Defines how an annotation has been changed since the last load
Namespace: PDFTron.SilverDox.Documents.AnnotationsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Removed | 0 | The annotation has been removed | |
| Created | 1 | The annotation is newly created | |
| Modified | 2 | The annotation has been modified |