| SignDocDocumentgetPageHeight Method |
Get the height of a page.
Different pages of the document may have different sizes.
Use getConversionFactorY() to get factors for converting the page height
from document coordinates to real world dimensions.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic double getPageHeight(
int page
)
Public Function getPageHeight (
page As Integer
) As Double
public:
double getPageHeight(
int page
)
member getPageHeight :
page : int -> float
Parameters
- page
- Type: SystemInt32
The page number (1 for the first page).
Return Value
Type:
Double The page height in document coordinates.
See Also