ChangedAnnotation Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the annotation that had its contents changed

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

Syntax

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

See Also