In This Topic

ClientTag Property (Annotation)

In This Topic
Stores arbitrary public value that can be used to store optional information about the annotation. In DocuVieware, the content of this property will be transferred to the client side in order to be queried by the JavaScript API.
Syntax
'Declaration
 
<DescriptionAttribute("Stores arbitrary public value that can be used to store optional information about the annotation")>
Public Property ClientTag As String
[Description("Stores arbitrary public value that can be used to store optional information about the annotation")]
public string ClientTag {get; set;}
public read-write property ClientTag: String; 
DescriptionAttribute("Stores arbitrary public value that can be used to store optional information about the annotation")
public function get,set ClientTag : String
[Description("Stores arbitrary public value that can be used to store optional information about the annotation")]
public: __property string* get_ClientTag();
public: __property void set_ClientTag( 
   string* value
);
[Description("Stores arbitrary public value that can be used to store optional information about the annotation")]
public:
property String^ ClientTag {
   String^ get();
   void set (    String^ value);
}
See Also