KeychainAnnotationSetsStore

Swift

@objc(PSPDFKeychainAnnotationSetsStore)
open class KeychainAnnotationSetsStore : NSObject, AnnotationSetStore

An annotation set store that saves annotation sets in the Keychain.

Warning

The keychain store can safely store only up to 4 KB of data. This much data can be easily filled by storing a high-quality image annotation, a complex ink annotation or a sound annotation. As such, it’s recommended to use PersistentAnnotationSetStore instead.

PSPDF_EXPORT(PSPDFKeychainAnnotationSetsStore)