Returns the page height in PDF point unit of the selected page of a PDF.
public Double PdfReaderGetPageHeight( int hPdf );
Public Function PdfReaderGetPageHeight( ByVal hPdf As Integer ) As Double
|
Parameters |
Description |
|
hPdf |
A PDF handle returned by the PdfReaderLoadFromFile or the PdfReaderLoadFromStream function. |
The page width. Returns 0 if failed: you can use the GetStat() function to determine the reason.
1 point = 1/72 inch.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|