PDFView4NET WinForms Edition
ID Property (PDFAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : ID Property
Gets the annotation unique id.
Syntax
'Declaration
 
Public ReadOnly Property ID As String
'Usage
 
Dim instance As PDFAnnotation
Dim value As String
 
value = instance.ID
public string ID {get;}
public: __property string* get_ID();
public:
property String^ ID {
   String^ get();
}

Property Value

A unique id that identifies the annotation.
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