| Inherits from | |
| Conforms to | |
| Framework | Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework |
| Availability | Available in Mac OS X v10.4 and later.
|
| Declared in | PDFAnnotationMarkup.h |
A PDFAnnotationMarkup object appears as highlighting, underlining, or a strikethrough style applied to the text of a document.
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.
Gets the markup style.
- (PDFMarkupType)markupType
Refer to “Constants” for the available markup styles.
PDFAnnotationMarkup.hGets the array of quadrilateral points defining the bounds of the markup.
- (NSArray *)quadrilateralPoints
Each quadrilateral encompasses a word or a contiguous group of words. The quadrilateral points are ordered counterclockwise, with the first point closest to the origin in page space.
Page space is a 72 dpi coordinate system with the origin at the lower-left corner of the current page.
PDFAnnotationMarkup.hSets the markup style.
- (void)setMarkupType:(PDFMarkupType)type
Refer to “Constants” for the available markup styles.
PDFAnnotationMarkup.hSets the array of quadrilateral points defining the bounds of the markup.
- (void)setQuadrilateralPoints:(NSArray *)points
The points defined by each quadrilateral array should encompass a word or a contiguous group of words. The quadrilateral points are ordered counterclockwise, with the first point closest to the origin in page space.
Page space is a 72 dpi coordinate system with the origin at the lower-left corner of the current page.
PDFAnnotationMarkup.hThe styles available for markup annotations in PDF Kit:
Last updated: 2006-05-23