CPDFSignatureWidgetAnnotation Class Reference
Inherits from | CPDFWidgetAnnotation : CPDFAnnotation : NSObject |
---|---|
Declared in | CPDFSignatureWidgetAnnotation.h |
Other Methods
– signature
Get the signature of a signature widget.
- (CPDFSignature *)signature
Discussion
Get the signature of a signature widget.
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
– 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
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