Click or drag to resize

PdfiumFPDFFormField_GetMappingName Method

Get mapping field name.

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

Parameters

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

Return Value

String
String what contains mapping field name.
Remarks
The mapping name to be used when exporting interactive form field data from the document.
See Also