PSPDFAnnotationSetCell

Objective-C


@interface PSPDFAnnotationSetCell
    : PSPDFSelectableCollectionViewCell <PSPDFOverridable>

Swift

class AnnotationSetCell : SelectableCollectionViewCell, Overridable

Annotation Set cell, displays an annotation set.

  • The annotation set.

    Declaration

    Objective-C

    @property (nonatomic, nullable) PSPDFAnnotationSet *annotationSet;

    Swift

    var annotationSet: PSPDFAnnotationSet? { get set }
  • Edge insets for the set image.

    Declaration

    Objective-C

    @property (nonatomic) UIEdgeInsets edgeInsets;

    Swift

    var edgeInsets: UIEdgeInsets { get set }