Click or drag to resize
SignDocRenderParametersfitHeight Method
Set the height for automatic computation of the zoom factor to make the rendered image fit the specified height. This function overrides the zoom factor set by fitWidth(), fitRect(), and setZoom(). Throws SignDocInvalidArgumentException if the height is invalid.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void fitHeight(
	int height
)

Parameters

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:de.softpro.signdocsdk.SignDocRenderParameters.fitHeight(System.Int32)"]

See Also