PSPDFHostingAnnotationView

Objective-C


@interface PSPDFHostingAnnotationView
    : PSPDFAnnotationView <PSPDFRenderTaskDelegate, PSPDFOverridable>

Swift

class HostingAnnotationView : AnnotationView, RenderTaskDelegate, Overridable

View that will render an annotation.

  • Image View that shows the rendered annotation. Added lazily when the view is added to the window.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) UIImageView *annotationImageView;

    Swift

    var annotationImageView: UIImageView? { get }