CPDFModifyInfo Class Reference

Inherits from NSObject
Declared in CPDFSignature.h

  type

Modify types.

@property (nonatomic, readonly) CPDFModifyType type

Discussion

Modify types.

Declared In

CPDFSignature.h

  pageIndex

Change the page number of the document.

@property (nonatomic, readonly) NSInteger pageIndex

Discussion

Change the page number of the document.

Declared In

CPDFSignature.h

  annotationType

Annotation types. When the annotation type is CPDFModifyAddAnnotation, CPDFModifyDeleteAnnotation, or CPDFModifyAnnotation, there would be a value.

@property (nonatomic, readonly) NSInteger annotationType

Discussion

Annotation types. When the annotation type is CPDFModifyAddAnnotation, CPDFModifyDeleteAnnotation, or CPDFModifyAnnotation, there would be a value.

Declared In

CPDFSignature.h

  formType

Form field types. When the form field type is CPDFModifyFillForm, there would be a value.

@property (nonatomic, readonly) NSInteger formType

Discussion

Form field types. When the form field type is CPDFModifyFillForm, there would be a value.

Declared In

CPDFSignature.h

  info

The differences after modifying.

@property (nonatomic, readonly) NSString *info

Discussion

The differences after modifying.

Declared In

CPDFSignature.h