| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void fitHeight(
int height
)
Public Sub fitHeight (
height As Integer
)
public:
void fitHeight(
int height
)
member fitHeight :
height : int -> unit
Parameters
- height
- Type: SystemInt32
[Missing <param name="height"/> documentation for "M:de.softpro.signdocsdk.SignDocRenderParameters.fitHeight(System.Int32)"]
See Also