VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / FullyQualifiedName Property
Syntax Remarks Requirements SeeAlso
In This Topic
FullyQualifiedName Property (PdfInteractiveFormField)
In This Topic
Gets a fully qualified name of the field.
Syntax
'Declaration

<DescriptionAttribute("Fully qualified name of the field. 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.")>
<CategoryAttribute("Naming")>
Public ReadOnly Property FullyQualifiedName As System.String

[Description("Fully qualified name of the field. 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.")]
[Category("Naming")]
public System.String FullyQualifiedName { get; }

Remarks

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.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also