MovedAnnotations Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets a list of the moved annotations

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

Syntax

C#
public IList<Annotation> MovedAnnotations { get; }
Visual Basic
Public ReadOnly Property MovedAnnotations As IList(Of Annotation)
	Get
Visual C++
public:
property IList<Annotation^>^ MovedAnnotations {
	IList<Annotation^>^ get ();
}

See Also