PSPDFSquareAnnotation
Objective-C
@interface PSPDFSquareAnnotation
: PSPDFAbstractShapeAnnotation <PSPDFOverridable>
Swift
class SquareAnnotation : AbstractShapeAnnotation, Overridable
The PDF Square annotations (PDF 1.3) shall display a rectangle on the page.
-
The path that represents the square.
Declaration
Objective-C
@property (readonly) NSBezierPath *_Nonnull bezierPath;
Swift
var bezierPath: NSBezierPath { get }