| SignDocRenderParametersgetZoom Method |
Get the zoom factor set by setZoom().
This function does not retrieve the zoom factor to be computed for
fitWidth(), fitHeight(), and fitRect(). Use SignDocDocument.computeZoom()
for that.
Throws SignDocParameterNotSetException if setZoom() has not been called
successfully.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
SyntaxPublic Function getZoom As Double
member getZoom : unit -> float
Return Value
Type:
Double The zoom factor set by setZoom().
See Also