| SignDocDocumentgetResolutionX Method |
Get the horizontal resolution of a page.
Different pages of the document may have different resolutions.
Use getConversionFactorX() to get the factor for converting document
coordinates to real world coordinates.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic double getResolutionX(
int page
)
Public Function getResolutionX (
page As Integer
) As Double
public:
double getResolutionX(
int page
)
member getResolutionX :
page : int -> float
Parameters
- page
- Type: SystemInt32
The page number (1 for the first page).
Return Value
Type:
Double The horizontal resolution in DPI.
See Also