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