Click or drag to resize

PdfiumFPDFPage_SetRotation Method

Set page rotation. One of following values will be set: 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 void FPDFPage_SetRotation(
	IntPtr page,
	PageRotate rotate
)

Parameters

page  IntPtr
Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double).
rotate  PageRotate
The value of the PDF page rotation
Remarks
The PDF page rotates clockwise. When it’s done, the content in this pagewill be changed. You must call the FPDF_LoadPage(IntPtr, Int32) to reload the page
See Also