SelectedAnnotations Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
A list of the currently selected annotations.

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

Syntax

C#
public List<Annotation> SelectedAnnotations { get; private set; }
Visual Basic
Public Property SelectedAnnotations As List(Of Annotation)
	Get
	Private Set
Visual C++
public:
property List<Annotation^>^ SelectedAnnotations {
	List<Annotation^>^ get ();
	private: void set (List<Annotation^>^ value);
}

See Also