Click or drag to resize
SignDocDocumentcomputeZoom Method
Compute the zoom factor used for rendering. If de.softpro.doc.SignDocRenderParameters.fitWidth(), de.softpro.doc.SignDocRenderParameters.fitHeight(), or de.softpro.doc.SignDocRenderParameters.fitRect() has been called, the actual factor depends on the document's page size. If multiple pages are selected (see #de.softpro.doc.SignDocRenderParameters.setPages()), the maximum width and maximum height of all selected pages will be used.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public double computeZoom(
	SignDocRenderParameters params
)

Parameters

params
Type: de.softpro.signdocsdkSignDocRenderParameters
The parameters such as the page number and the zoom factor.

Return Value

Type: Double
The computed zoom factor.
See Also