AnnotationsModified Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets whether or not any changes has been made since the last time annotations were loaded

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

Syntax

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

Remarks

Setting this property to false will clear the history for the changed annotations and would be equivalent to loading new annotations. Setting this property to true will set this property to true if the page has annotations

See Also