PTTextMarkupAnnotationOptions
@interface PTTextMarkupAnnotationOptions : PTAnnotationOptions
An object that contains options for text markup annotations.
-
Whether the annotated text is copied into the created annotation’s contents. The default value is
YES
.Declaration
Objective-C
@property (nonatomic) BOOL copiesAnnotatedTextToContents;
Swift
var copiesAnnotatedTextToContents: Bool { get set }