PTInkEraserMode

enum PTInkEraserMode : NSUInteger {}

The ink eraser modes define how ink annotations should be erased.

  • Erase individual ink points

    Declaration

    Objective-C

    PTInkEraserModePoints

    Swift

    case points = 0
  • Erase the entire ink annotation

    Declaration

    Objective-C

    PTInkEraserModeAll

    Swift

    case all = 1