Annotation Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The Annotation for this popup body

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

Syntax

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

See Also