ImageGear .NET - Updated
Caption Property (PushButtonWidgetAnnotation)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > PushButtonWidgetAnnotation Class : Caption Property
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

Reference

PushButtonWidgetAnnotation Class
PushButtonWidgetAnnotation Members