You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Reader > PdfReaderGetPageRotation Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PdfReaderGetPageRotation Method

Returns the rotation in degrees of the selected page of a PDF.

C#
public int PdfReaderGetPageRotation(
    int hPdf
);
Visual Basic
Public Function PdfReaderGetPageRotation(
    ByVal hPdf As Integer
) As Integer
Parameters
Parameters 
Description 
hPdf 
A PDF handle returned by the PdfReaderLoadFromFile or the PdfReaderLoadFromStream function. 
Returns

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.