Click or drag to resize
SignDocDocumentgetConversionFactorX Method
Get the horizontal conversion factor for a page. Different pages of the document may have different conversion factors. For TIFF documents, this function returns the same value as getResolutionX().

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

Parameters

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

Return Value

Type: Double
Divide horizontal coordinates by the returned number to convert document coordinates to inches. The return value will be 0.0 if the factor is not available.
See Also