| SignDocRenderParameterssetZoom Method |
Set the zoom factor for rendering.
There is no initial value, ie, this function or fitWidth() or
fitHeight() or fitRect() must be called. This function overrides
fitWidth(), fitHeight(), and fitRect().
Throws SignDocInvalidArgumentException if the zoom factor is
invalid.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void setZoom(
double zoom
)
Parameters
- zoom
- Type: SystemDouble
The zoom factor.
See Also