Click or drag to resize

DocPicture SetScale Method (Single, Single)

Scale the image by scale factor.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SetScale(
	float heightFactor,
	float widthFactor
)

Parameters

heightFactor
Type: System Single
The height scale factor. The default unit is percentage.
widthFactor
Type: System Single
The width scale factor. The default unit is percentage.
See Also