CPDFSignatureWidgetAnnotation Class Reference

Inherits from CPDFWidgetAnnotation : CPDFAnnotation : NSObject
Declared in CPDFSignatureWidgetAnnotation.h

Other Methods

– isSigned

- (BOOL)isSigned

– signWithImage:

- (void)signWithImage:(CPDFKitPlatformImage *)image

– signature

Get the signature of a signature widget.

- (CPDFSignature *)signature

Discussion

Get the signature of a signature widget.

Declared In

CPDFSignatureWidgetAnnotation.h

– removeSignature

Remove the corresponding signature

- (void)removeSignature

Discussion

Remove the corresponding signature

Declared In

CPDFSignatureWidgetAnnotation.h

– signAppearanceConfig:

Configure the appearance of signatures.

- (void)signAppearanceConfig:(CPDFSignatureConfig *)config

Discussion

Configure the appearance of signatures.

Declared In

CPDFSignatureWidgetAnnotation.h

– setSaveRectRotationPoints:

Method to get / set the all rect vertex points after rotation.

- (void)setSaveRectRotationPoints:(NSArray<NSValue*> *)saveRectRotationPoints

Discussion

Method to get / set the all rect vertex points after rotation.

Vertex points of the current page.

Declared In

CPDFSignatureWidgetAnnotation.h

– saveRectRotationPoints

- (NSArray<NSValue*> *)saveRectRotationPoints

– setSaveSourceRect:

Method to get / set the rect befer rotation.

- (void)setSaveSourceRect:(CGRect)saveSourceRect

Discussion

Method to get / set the rect befer rotation.

rect of the current page.

Declared In

CPDFSignatureWidgetAnnotation.h

– saveSourceRect

- (CGRect)saveSourceRect

  annotationRotation

Sets the rotation angle for the annotation in degrees.

@property (nonatomic, assign) NSInteger annotationRotation

Discussion

Sets the rotation angle for the annotation in degrees.

Rotation on a annotation. Must be -180 ~ 180.

Declared In

CPDFSignatureWidgetAnnotation.h

Deprecated Methods

– signWithSignatureConfig:

- (void)signWithSignatureConfig:(CPDFSignatureConfig *)config