Click or drag to resize

CPDFModifyInfo Class

Represents information for modifying PDF content.
Inheritance Hierarchy
SystemObject
  ComPDFKit.DigitalSignCPDFModifyInfo

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFModifyInfo

The CPDFModifyInfo type exposes the following members.

Constructors
  NameDescription
Public methodCPDFModifyInfo
Initializes a new instance of the CPDFModifyInfo class
Top
Properties
  NameDescription
Public propertyAnnotationType
Gets or sets the type of annotation for the modification.
Public propertyInfo
Gets or sets additional information related to the modification.
Public propertyPageIndex
Gets or sets the index of the page being modified.
Public propertyType
Gets or sets the type of modification.
Public propertyWidgetType
Gets or sets the type of form widget for the modification.
Top
See Also