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

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public double getResolutionY(
	int page
)

Parameters

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

Return Value

Type: Double
The vertical resolution in DPI. The value will be 0.0 if the resolution is not available.
See Also