Click or drag to resize

PdfiumFPDFPage_GetRotation Method

Get the page rotation. One of following values will be returned:0(0), 1(90), 2(180), 3(270).

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static PageRotate FPDFPage_GetRotation(
	IntPtr page
)

Parameters

page  IntPtr
Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double).

Return Value

PageRotate
The PDF page rotation
Remarks
The PDF page rotates clockwise.
See Also