PDFView4NET WinForms Edition
Tag Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : Tag Property
Gets the annotation tag.
Syntax
'Declaration
 
Public Property Tag As String
'Usage
 
Dim instance As PDFAnnotation
Dim value As String
 
instance.Tag = value
 
value = instance.Tag
public string Tag {get; set;}
public: __property string* get_Tag();
public: __property void set_Tag( 
   string* value
);
public:
property String^ Tag {
   String^ get();
   void set (    String^ value);
}

Property Value

A string to store user defined data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFAnnotation Class
PDFAnnotation Members