VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationAppearanceCharacteristics Class / ButtonNormalCaption Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ButtonNormalCaption Property (PdfAnnotationAppearanceCharacteristics)
    In This Topic
    Gets or sets a widget annotation's normal caption, displayed when it is not interacting with the user.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    Public Property ButtonNormalCaption As System.String
    
    
    [DefaultValue(null)]
    public System.String ButtonNormalCaption { get; set; }
    
    
    [DefaultValue(null)]
    public: __property System.String get_ButtonNormalCaption();
    public: __property void set_ButtonNormalCaption(
    System.String value
    );
    [DefaultValue(null)]
    public:
    property System.String ButtonNormalCaption { System.String get(); void set(System.String value); }
    Remarks

    For button fields only.

    Requirements

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

    See Also