PSPDFAnnotationToolbarConfiguration
Objective-C
@interface PSPDFAnnotationToolbarConfiguration : PSPDFModel
Swift
class AnnotationToolConfiguration : ModelObject
Specifies a list the toolbar annotation items and their grouping.
The AnnotationToolbar
accepts multiple configurations and will use the most matching one.
-
Creates a new configuration with the provided annotation groups.
Declaration
Objective-C
- (nonnull instancetype)initWithAnnotationGroups: (nonnull NSArray<PSPDFAnnotationGroup *> *)annotationGroups;
Swift
init(annotationGroups: [PSPDFAnnotationGroup])
-
The set annotation groups.
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<PSPDFAnnotationGroup *> *_Nonnull annotationGroups;
Swift
var annotationGroups: [PSPDFAnnotationGroup] { get }