Click or drag to resize

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
Syntax
C#
public enum CPDFModifyType
Members
  Member nameValueDescription
CPDFModifyNone0 No modification.
CPDFModifyAddPage1 Add a new page to the document.
CPDFModifyDeletePage2 Delete a page from the document.
CPDFModifyPage3 Modify the content of a page.
CPDFModifyAddAnnotation4 Add a new annotation to the document.
CPDFModifyDeleteAnnotation5 Delete an annotation from the document.
CPDFModifyAnnotation6 Modify an existing annotation in the document.
CPDFModifyFillForm7 Fill out a form within the document.
CPDFModifyRootIncrease8 Increase the root level of the document.
CPDFModifyDocument9 Modify the entire document.
See Also