CPDFSignatureAnnotation Class Reference

Inherits from CPDFAnnotation : NSObject
Declared in CPDFSignatureAnnotation.h

– setImage:

- (void)setImage:(CPDFKitPlatformImage *)image

– signature

- (void)signature

– 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

CPDFSignatureAnnotation.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

CPDFSignatureAnnotation.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

CPDFSignatureAnnotation.h