 | PdfiumFPDFPage_GetRotation Method |
Get the page rotation. One of following values will be returned:0(0), 1(90), 2(180), 3(270).
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static PageRotate FPDFPage_GetRotation(
IntPtr page
)
Public Shared Function FPDFPage_GetRotation (
page As IntPtr
) As PageRotate
public:
static PageRotate FPDFPage_GetRotation(
IntPtr page
)
static member FPDFPage_GetRotation :
page : IntPtr -> PageRotate
public static PageRotate FPDFPage_GetRotation(
IntPtr page
)
Patagames.Pdf.Pdfium.FPDFPage_GetRotation = function(page);
Parameters
- page IntPtr
- Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double).
Return Value
PageRotateThe PDF page rotation
RemarksThe PDF page rotates clockwise.
See Also