CPDFInkAnnotation Class Reference
Inherits from | CPDFAnnotation : NSObject |
---|---|
Declared in | CPDFInkAnnotation.h |
Overview
A CPDFInkAnnotation object displays one or more disjoint paths on a page. This is typically used to represent a freehand jotting or “scribble” of handwritten text.
The setBorderWidth: method of the CPDFAnnotation class determines the stroke thickness. The setColor: method of the CPDFAnnotation class determines the stroke color.
paths
Method to get / set an array containing the points that make up an annotation.
@property (nonatomic, retain) NSArray<NSArray*> *paths
Discussion
Method to get / set an array containing the points that make up an annotation.
Declared In
CPDFInkAnnotation.h