VintaSoft Imaging .NET SDK 15.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / FullyQualifiedName Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    FullyQualifiedName Свойство (PdfInteractiveFormField)
    В этом разделе
    Возвращает полное имя поля.
    Синтаксис
    '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; }
    
    
    [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: __property System.String get_FullyQualifiedName();
    
    
    
    [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:
    property System.String FullyQualifiedName { System.String get(); }
    Ремарки

    Полное имя поля явно не определено, а формируется из частичных имен полей поля и всех его предков. Для поля без родителя частичные и полные имена совпадают.

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также