AnnotationManager.TypeOfChange Enumeration

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Defines how an annotation has been changed since the last load

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

Syntax

C#
public enum TypeOfChange
Visual Basic
Public Enumeration TypeOfChange
Visual C++
public enum class TypeOfChange

Members

Member nameValueDescription
Removed0 The annotation has been removed
Created1 The annotation is newly created
Modified2 The annotation has been modified

See Also