CPDFDocumentEncryptionLevel Constants Reference
Declared in | CPDFDocument.h |
---|
CPDFDocumentEncryptionLevel
Definition
typedef NS_ENUM(NSInteger, CPDFDocumentEncryptionLevel ) {
CPDFDocumentEncryptionLevelRC4 = 0,
CPDFDocumentEncryptionLevelAES128,
CPDFDocumentEncryptionLevelAES256,
CPDFDocumentEncryptionLevelNoEncryptAlgo,
};