Page::Height property¶
The height property return the dimensions of a page in pixels.
int Height { get; }
int getHeight() throws IGRException;
@property
def Height(self) -> int
int getHeight() const;
[propget] HRESULT Height([out, retval] int *result);
Return Value¶
int
: Integer containing the height of the page in pixels.
Sample Code¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
Additional Information¶
The dimensions are calculated based on the stored page width of the source document, or the default page width for text documents.
The calculated dimensions of a page can be controlled by setting options, such as DPI, when loading the document.