PTAnnotBarButton
enum PTAnnotBarButton : NSInteger {}
Represents available annotation toolbar items, to be used to set a custom PTAnnotationToolbar.precedenceArray.
-
The sticky note button.
Declaration
Objective-C
PTAnnotBarButtonStickynoteSwift
case stickynote = 0 -
The text highlight button.
Declaration
Objective-C
PTAnnotBarButtonHighlightSwift
case highlight = 1 -
The text strikeout button.
Declaration
Objective-C
PTAnnotBarButtonStrikeoutSwift
case strikeout = 2 -
The text underline button.
Declaration
Objective-C
PTAnnotBarButtonUnderlineSwift
case underline = 3 -
The squiggly text underline button.
Declaration
Objective-C
PTAnnotBarButtonSquigglySwift
case squiggly = 4 -
The signature button.
Declaration
Objective-C
PTAnnotBarButtonSignatureSwift
case signature = 5 -
The freehand (ink) button.
Declaration
Objective-C
PTAnnotBarButtonFreehandSwift
case freehand = 6 -
The eraser button.
Declaration
Objective-C
PTAnnotBarButtonEraserSwift
case eraser = 7 -
The freetext button.
Declaration
Objective-C
PTAnnotBarButtonFreetextSwift
case freetext = 8 -
The arrow button.
Declaration
Objective-C
PTAnnotBarButtonArrowSwift
case arrow = 9 -
The line button.
Declaration
Objective-C
PTAnnotBarButtonLineSwift
case line = 10 -
The rectangle button.
Declaration
Objective-C
PTAnnotBarButtonRectangleSwift
case rectangle = 11 -
The ellipse button.
Declaration
Objective-C
PTAnnotBarButtonEllipseSwift
case ellipse = 12 -
The polygon button.
Declaration
Objective-C
PTAnnotBarButtonPolygonSwift
case polygon = 13 -
The cloudy button.
Declaration
Objective-C
PTAnnotBarButtonCloudSwift
case cloud = 14 -
The polyline button.
Declaration
Objective-C
PTAnnotBarButtonPolylineSwift
case polyline = 15 -
The ruler button.
Declaration
Objective-C
PTAnnotBarButtonRulerSwift
case ruler = 16 -
The perimeter button.
Declaration
Objective-C
PTAnnotBarButtonPerimeterSwift
case perimeter = 17 -
The area button.
Declaration
Objective-C
PTAnnotBarButtonAreaSwift
case area = 18 -
The freehand highlight button.
Declaration
Objective-C
PTAnnotBarButtonFreehandHighlightSwift
case freehandHighlight = 19 -
The free text callout button.
Declaration
Objective-C
PTAnnotBarButtonCalloutSwift
case callout = 20 -
The text field button
Declaration
Objective-C
PTAnnotBarButtonTextFieldSwift
case textField = 21 -
The pan button.
Declaration
Objective-C
PTAnnotBarButtonPanSwift
case pan = 22 -
The close button.
Declaration
Objective-C
PTAnnotBarButtonCloseSwift
case close = 23
PTAnnotBarButton Enumeration Reference