Click or drag to resize
SignDocRenderParameterssetResolution Method
Set the resolution for rendering PDF documents. The values passed to this function will be ignored for TIFF documents as the resolution is computed automatically from the zoom factor and the document's resolution. If this function is not called, 96 DPI (subject to change) will be used for rendering PDF documents. Throws SignDocInvalidArgumentException if the resolution is invalid.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setResolution(
	double resX,
	double resY
)

Parameters

resX
Type: SystemDouble
Horizontal resolution in DPI.
resY
Type: SystemDouble
Vertical resolution in DPI.
See Also