GetHeight
PowerScript function
Description
Gets the height of the PDF page.
Applies to
PDFPage object in Objects and Controls
Syntax
|
1 |
double GetHeight() |
Return value
double. The unit is point (pt). The height of the current
page.
Usage
Call the function to get the height of the PDFPage object.
Examples
The following example gets the page height and width:
|
1 2 3 4 5 |
double ld_h, ld_w //Get the page height ld_h = lpdf_page.getheight() //Get the page width ld_w = lpdf_page.getwidth() |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest