Click or drag to resize
SignDocDocumentgetResolutionX Method
Get the horizontal resolution of a page. Different pages of the document may have different resolutions. Use getConversionFactorX() to get the factor for converting document coordinates to real world coordinates.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public double getResolutionX(
	int page
)

Parameters

page
Type: SystemInt32
The page number (1 for the first page).

Return Value

Type: Double
The horizontal resolution in DPI.
See Also