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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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