PTImageStampAnnotationOptions
@interface PTImageStampAnnotationOptions : PTAnnotationOptions
An object that contains options for image stamp annotations.
-
Whether the annotation can be rotated. The default value is
YES
.Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite, getter=isRotationEnabled) BOOL rotationEnabled;
Swift
var isRotationEnabled: Bool { get set }
-
Whether the annotation can be cropped. The default value is
YES
.Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite, getter=isCropEnabled) BOOL cropEnabled;
Swift
var isCropEnabled: Bool { get set }