Id Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
A unique identifier that can be assigned to determine different annotations

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public string Id { get; set; }
Visual Basic
Public Property Id As String
	Get
	Set
Visual C++
public:
property String^ Id {
	String^ get ();
	void set (String^ value);
}

See Also