VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class / ShowFieldNames Property
Syntax Requirements SeeAlso
In This Topic
    ShowFieldNames Property (PdfAnnotationTool)
    In This Topic
    Gets or sets a value indicating whether the tool must show field names in image viewer.
    Syntax
    'Declaration
    
    Public Property ShowFieldNames As Boolean
    
    
    public bool ShowFieldNames { get; set; }
    
    
    public: __property bool get_ShowFieldNames();
    public: __property void set_ShowFieldNames(
    bool value
    );
    public:
    property bool ShowFieldNames { bool get(); void set(bool value); }

    Property Value

    True - the tool must show the field names in image viewer;
    false - the tool must NOT show the field names in image viewer.
    Default value is false.
    Requirements

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

    See Also