PSPDFAbstractShapeAnnotation
Objective-C
@interface PSPDFAbstractShapeAnnotation : PSPDFAnnotation
Swift
class AbstractShapeAnnotation : Annotation
The base class for Ink, Rectangle, Circle, Line, Polygon and PolyLine annotations.
These annotations are created in the UI using PSPDFDrawView
.
-
The annotation data in a format suitable for display in
PSPDFDrawView
.Modifies the annotation content when set. The values should be boxed
PSPDFDrawingPoint
structs.Declaration
Objective-C
@property (strong) NS_REFINED_FOR_SWIFT NSArray<NSArray<NSValue *> *> *pointSequences;
-
The annotation data in a format suitable for display in PSPDFDrawLayer. Modifies the annotation content when set.
Declaration
Swift
public var pointSequences: [[DrawingPoint]] { get set }