←Select platform

DocumentHistoryModifyType Enumeration

Summary

Types of modification (change) that can occur in a document when history tracking is enabled.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentHistoryModifyType 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum DocumentHistoryModifyType 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentHistoryModifyType sealed 

Members
Value Member Description
0 Created The document has been created.
1 Decrypted Document has been decrypted.
2 Pages Pages were added, removed, or re-arranged in the document.
3 PageViewPerspective Page has been rotated or flipped.
4 PageAnnotations Annotations of a page have been modified.
5 PageMarkDeleted Page has been marked for deletion.
6 PageImage Page raster image has been modified.
7 PageSvgBackImage Page SVG back image has been modified.
8 PageSvg Page SVG image has been modified.
9 PageText Page text has been modified.
10 PageLinks Page links have been modified.
11 Attachments Attachments were added, removed, or re-arranged in the document.

Remarks

Refer to Document Toolkit History Tracking for more information.

Example

For an example, refer to DocumentHistory.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly