vpdf_GetPageSize(hVPDF As Long, dwPageNumber As Integer, ByRef dWidth As Double, ByRef dHeight As Double) As Boolean
Description
Returns the size of the specified PDF page in Points (1/72 inches).
Parameters
|
Long |
hVPDF |
Handle to a Vector PDF object. |
|
Integer |
dwPageNumber |
The 0-based index of the page. |
|
Double |
dWidth |
Returns the width of the page in Points. |
|
Double |
dHeight |
Returns the height of the page in Points. |
Return value
TRUE on success, otherwise FALSE.