GdPicture.NET.14.API
GdPicture14.Annotations Namespace / Annotation Class / ClientTag Property





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
 
See Also