Returns the rotation in degrees of the selected page of a PDF.
public int PdfReaderGetPageRotation( int hPdf );
Public Function PdfReaderGetPageRotation( ByVal hPdf As Integer ) As Integer
|
Parameters |
Description |
|
hPdf |
A PDF handle returned by the PdfReaderLoadFromFile or the PdfReaderLoadFromStream function. |
The page rotation.
You can use the GetStat() function to determine if this function failed.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|