PTAnnotationRefreshCustomAppearanceHandler


@interface PTAnnotationRefreshCustomAppearanceHandler
    : NSObject <PTAnnotationRefreshAppearanceHandler>

An abstract base class for annotation refresh appearance handlers that generate a custom PDF appearance for annotations.

  • Initializes a PTAnnotationRefreshCustomAppearanceHandler instance.

    Declaration

    Objective-C

    - (nonnull instancetype)init;

    Swift

    init()

    Return Value

    An initialized PTAnnotationRefreshCustomAppearanceHandler instance.