PTMarkupAnnotationProperties


@interface PTMarkupAnnotationProperties : PTPDFAnnotationProperties

Properties of a markup annotation.

  • Initializes a PTMarkupAnnotationProperties instance.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()

    Return Value

    An initialized PTMarkupAnnotationProperties instance.

  • The constant opacity of the markup annotation.

    Note

    The default value of this property is 1.0.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat opacity;

    Swift

    var opacity: CGFloat { get set }
  • The intent of the markup annotation.

    Note

    The default value of this property is nil.

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) NSString *intent;

    Swift

    var intent: String? { get set }