| Inherits from | |
| Conforms to | |
| Framework | Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework |
| Availability | Available in Mac OS X v10.4 and later. |
| Declared in | PDFAnnotationInk.h |
| Related sample code |
A PDFAnnotationInk object displays one or more disjoint Bezier paths on a page. This is typically used to represent a freehand jotting or “scribble” of handwritten text.
The setLineWidth: and setStyle: methods of the annotation’s associated PDFBorder object determines the stroke thickness and style. The setColor: method of the PDFAnnotation class determines the stroke color.
Adds a Bezier path to an annotation.
- (void)addBezierPath:(NSBezierPath *)path
PDFAnnotationInk.hReturns an array containing the Bezier paths that make up an annotation.
- (NSArray *)paths
PDFAnnotationInk.hRemoves a Bezier path from an annotation.
- (void)removeBezierPath:(NSBezierPath *)path
PDFAnnotationInk.hLast updated: 2006-05-23