![]() | PdfiumFPDFForm |
public static string FPDFFormField_GetFullName( IntPtr frmField )
Public Shared Function FPDFFormField_GetFullName ( frmField As IntPtr ) As String
public: static String^ FPDFFormField_GetFullName( IntPtr frmField )
static member FPDFFormField_GetFullName : frmField : IntPtr -> string
public static String FPDFFormField_GetFullName( IntPtr frmField )
Patagames.Pdf.Pdfium.FPDFFormField_GetFullName = function(frmField);
The fully qualified field name is not explicitly defined but is constructed from the partial field names of the field and all of its ancestors. For a field with no parent, the partial and fully qualified names are the same. For a field that is the child of another field, the fully qualified name is formed by appending the child field’s partial name to the parent’s fully qualified name, separated by a period (.): parent’s_full_name.child’s_partial_name