| SignDocDocumentgetPageWidth Method |
Get the width of a page.
Different pages of the document may have different sizes.
Use getConversionFactorX() to get factors for converting the page width
from document coordinates to real world dimensions.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic double getPageWidth(
int page
)
Parameters
- page
- Type: SystemInt32
The page number (1 for the first page).
Return Value
Type:
Double The page width in document coordinates.
See Also