PTAnnotSelectTool


@interface PTAnnotSelectTool : PTTool

The PTAnnotSelectTool is used to select multiple annotations.

  • The pageNumber that this annotation will be created on.

    Declaration

    Objective-C

    @property (nonatomic, readonly) int pageNumber;

    Swift

    var pageNumber: Int32 { get }
  • The rectangle defined by the points when the user first touched and his/her finger has moved to.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGRect drawArea;

    Swift

    var drawArea: CGRect { get }
  • The point where the user’s finger first made contact with the PTPDFViewCtrl.

    Declaration

    Objective-C

    @property (nonatomic) CGPoint startPoint;

    Swift

    var startPoint: CGPoint { get set }
  • The point where the user’s finger last made contact with the PTPDFViewCtrl.

    Declaration

    Objective-C

    @property (nonatomic) CGPoint endPoint;

    Swift

    var endPoint: CGPoint { get set }