 | 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.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFormControl_GetRotation(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetRotation (
frmControl As IntPtr
) As Integer
public:
static int FPDFFormControl_GetRotation(
IntPtr frmControl
)
static member FPDFFormControl_GetRotation :
frmControl : IntPtr -> int
public static int FPDFFormControl_GetRotation(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetRotation = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
Int32number of degrees by which the control is rotated counterclockwise relative to the page. The value must be a multiple of 90.
See Also