UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

16 lines (15 loc) 538 B
export declare class EncryptionSettingsProperties { private readonly _algorithm; private readonly _bitLength; private readonly _encryptAttachmentsOnly; private readonly _encryptMetadata; private readonly _hasOwnerPassword; private readonly _hasUserPassword; constructor(encryption: any); get onlyAttachmentsEncrypted(): boolean; get isOwnerPasswordSet(): boolean; get isMetadataEncrypted(): boolean; get isUserPasswordSet(): boolean; get bitLength(): number; get algorithm(): string; }