CPDFSignatureWidgetAnnotation Class Reference
| Inherits from | CPDFWidgetAnnotation : CPDFAnnotation : NSObject | 
|---|---|
| Declared in | CPDFSignatureWidgetAnnotation.h | 
Other Methods
– signature
	Get the signature of a signature widget.
- (CPDFSignature *)signatureDiscussion
Get the signature of a signature widget.
Declared In
CPDFSignatureWidgetAnnotation.h
– signAppearanceConfig:
	Configure the appearance of signatures.
- (void)signAppearanceConfig:(CPDFSignatureConfig *)configDiscussion
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*> *)saveRectRotationPointsDiscussion
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)saveSourceRectDiscussion
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 annotationRotationDiscussion
Sets the rotation angle for the annotation in degrees.
Rotation on a annotation. Must be -180 ~ 180.
Declared In
CPDFSignatureWidgetAnnotation.h