PSPDFAnnotationSelectionContext

Objective-C


@interface PSPDFAnnotationSelectionContext<
    __covariant AnnotationType : PSPDFAnnotation *> : NSObject

Swift

class AnnotationSelectionContext<AnnotationType> : NSObject where AnnotationType : PSPDFAnnotation

An object used as an activation context in PSPDFAnnotationInteraction that provides information about an annotation being selected or edited and a page view that contains it.

  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_EMPTY_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_EMPTY_INIT_UNAVAILABLE
  • Annotation being selected or edited.

    Declaration

    Objective-C

    @property (nonatomic, readonly) AnnotationType _Nonnull annotation;

    Swift

    var annotation: AnnotationType { get }
  • Page view that contains annotation.

    Declaration

    Objective-C

    @property (nonatomic, readonly) PSPDFPageView *_Nonnull pageView;

    Swift

    var pageView: PSPDFPageView { get }