XFINIUM.PDF.View.Wpf Documentation
Tag Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualAnnotation Class : Tag Property
Gets or sets an object that contains user-defined data associated with the annotation.
Syntax
'Declaration
 
Public Property Tag As Object
'Usage
 
Dim instance As PdfVisualAnnotation
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public object Tag {get; set;}
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}
Remarks
This property can be used to store any custom information relevant to the annotation at runtime. The value is not used by the annotation itself and is intended solely for application-specific data.
NOTE: The value of this property is not persisted in the PDF file.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualAnnotation Class
PdfVisualAnnotation Members