Click or drag to resize

PdfiumFPDFFormControl_GetTextPosition Method

Get a code indicating where to position the text of the widget annotation’s caption relative to its icon

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

Parameters

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

Return Value

TextPositions
A code indicating where to position the text ofthe widget annotation’s caption relative to its icon
See Also