ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / PushButtonWidgetAnnotation Class / Caption Property




In This Topic
    Caption Property
    In This Topic
    Gets or sets the caption string that is displayed on the push button widget.
    Syntax
    'Declaration
     
    Public Property Caption As String
    'Usage
     
    Dim instance As PushButtonWidgetAnnotation
    Dim value As String
     
    instance.Caption = value
     
    value = instance.Caption
    public string Caption {get; set;}
    public: __property string* get_Caption();
    public: __property void set_Caption( 
       string* value
    );
    public:
    property String^ Caption {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    A text string.
    See Also