 | PdfiumFPDFFormField_GetMappingName Method |
Get mapping field name.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormField_GetMappingName(
IntPtr frmField
)
Public Shared Function FPDFFormField_GetMappingName (
frmField As IntPtr
) As String
public:
static String^ FPDFFormField_GetMappingName(
IntPtr frmField
)
static member FPDFFormField_GetMappingName :
frmField : IntPtr -> string
public static String FPDFFormField_GetMappingName(
IntPtr frmField
)
Patagames.Pdf.Pdfium.FPDFFormField_GetMappingName = function(frmField);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
Return Value
StringString what contains mapping field name.
RemarksThe mapping name to be used when exporting interactive form field data from the document.
See Also