Click or drag to resize

PdfiumFPDFFormField_GetType Method

Get the type of field

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FormFieldTypesEx FPDFFormField_GetType(
	IntPtr frmField
)

Parameters

frmField  IntPtr
Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./

Return Value

FormFieldTypesEx
Field type
See Also