XFINIUM.PDF Documentation
ID Property (PdfAnnotation)



Gets or sets the annotation ID.
Syntax
'Declaration
 
Public Property ID As String
'Usage
 
Dim instance As PdfAnnotation
Dim value As String
 
instance.ID = value
 
value = instance.ID
public string ID {get; set;}
public:
property String^ ID {
   String^ get();
   void set (    String^ value);
}

Property Value

A unique value representing the ID
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

PdfAnnotation Class
PdfAnnotation Members

Send Feedback