CPDFModifyType Enumeration |
Represents types of modifications that can be performed on a PDF document.
Namespace:
ComPDFKit.DigitalSign
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntaxpublic enum CPDFModifyType
Members
| Member name | Value | Description |
---|
| CPDFModifyNone | 0 |
No modification.
|
| CPDFModifyAddPage | 1 |
Add a new page to the document.
|
| CPDFModifyDeletePage | 2 |
Delete a page from the document.
|
| CPDFModifyPage | 3 |
Modify the content of a page.
|
| CPDFModifyAddAnnotation | 4 |
Add a new annotation to the document.
|
| CPDFModifyDeleteAnnotation | 5 |
Delete an annotation from the document.
|
| CPDFModifyAnnotation | 6 |
Modify an existing annotation in the document.
|
| CPDFModifyFillForm | 7 |
Fill out a form within the document.
|
| CPDFModifyRootIncrease | 8 |
Increase the root level of the document.
|
| CPDFModifyDocument | 9 |
Modify the entire document.
|
See Also