PSPDFContentMenuConfiguration
Objective-C
@interface PSPDFContentMenuConfiguration
: PSPDFBaseConfiguration <PSPDFContentMenuConfigurationBuilder *>
Swift
class ContentMenuConfiguration : BaseConfiguration<ContentMenuConfiguration.Builder>
An object that configures the text and image selection menu.
-
The closure that provides an array of tool choices that should be included in the menu for annotating the given glyphs.
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<PSPDFAnnotationString> *_Nonnull (^_Nonnull) (PSPDFGlyphSequence *_Nonnull, PSPDFPageView *_Nonnull, PSPDFEditMenuAppearance, NSArray<PSPDFAnnotationString> *_Nonnull) annotationToolChoices;
Swift
var annotationToolChoices: (PSPDFGlyphSequence, PSPDFPageView, EditMenuAppearance, [Annotation.Tool]) -> [Annotation.Tool] { get }
Return Value
An array of tool choices to include in the menu for annotating the given glyphs.