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*> *)saveRectRotationPointsDiscussion
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)saveSourceRectDiscussion
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 annotationRotationDiscussion
Sets the rotation angle for the annotation in degrees.
Rotation on a annotation. Must be -180 ~ 180.
Declared In
CPDFSignatureAnnotation.h