Click or drag to resize

PdfiumFPDFFormControl_GetRotation Method

Get the number of degrees by which the control is rotated counterclockwise relative to the page. The value must be a multiple of 90.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFFormControl_GetRotation(
	IntPtr frmControl
)

Parameters

frmControl  IntPtr
Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.

Return Value

Int32
number of degrees by which the control is rotated counterclockwise relative to the page. The value must be a multiple of 90.
See Also