| SignDocDocumentgetConversionFactorY Method |
Get the vertical 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 getConversionFactorY(
int page
)
Public Function getConversionFactorY (
page As Integer
) As Double
public:
double getConversionFactorY(
int page
)
member getConversionFactorY :
page : int -> float
Parameters
- page
- Type: SystemInt32
The page number (1 for the first page).
Return Value
Type:
Double Divide vertical 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