CPDFSignatureAnnotation Class Reference
Inherits from | CPDFAnnotation : NSObject |
---|---|
Declared in | CPDFSignatureAnnotation.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
CPDFSignatureAnnotation.h
– 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
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