| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic double getConversionFactorX(
int page
)
Public Function getConversionFactorX (
page As Integer
) As Double
public:
double getConversionFactorX(
int page
)
member getConversionFactorX :
page : int -> float
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