PSPDFLibrarySpotlightIndexingType
Objective-C
enum PSPDFLibrarySpotlightIndexingType {}
Swift
@frozen enum SpotlightIndexingType : Int
Specifies what data is to be indexed to Spotlight.
-
Spotlight is completely disabled.
Declaration
Objective-C
PSPDFLibrarySpotlightIndexingDisabled = 0
Swift
case disabled = 0
-
Only document metadata will be indexed in spotlight.
Declaration
Objective-C
PSPDFLibrarySpotlightIndexingEnabled = 1
Swift
case enabled = 1
-
The entire document will be indexed, including its text.
Declaration
Objective-C
PSPDFLibrarySpotlightIndexingEnabledWithFullText = 2
Swift
case enabledWithFullText = 2