PTMarkupAnnotationProperties
@interface PTMarkupAnnotationProperties : PTPDFAnnotationProperties
Properties of a markup annotation.
-
Initializes a
PTMarkupAnnotationProperties
instance.Declaration
Objective-C
- (nonnull instancetype)init;
Swift
init()
Return Value
An initialized
PTMarkupAnnotationProperties
instance. -
The constant opacity of the markup annotation.
Note
The default value of this property is1.0
.Declaration
Objective-C
@property (nonatomic) CGFloat opacity;
Swift
var opacity: CGFloat { get set }
-
The intent of the markup annotation.
Note
The default value of this property isnil
.Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *intent;
Swift
var intent: String? { get set }