GetWidth
PowerScript function
Description
Gets the width of the PDF page.
Applies to
PDFPage object in Objects and Controls
Syntax
|
1 |
GetWidth() |
Return value
Double. The unit is point (pt). The width of the current
page.
Usage
Call the function to get the width 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