ProtectPdfOptions constructor
const
ProtectPdfOptions({})
Constructor
Implementation
const ProtectPdfOptions({
required super.password,
this.ownerPassword,
this.permission = 'restricted',
this.encryptionLevel = '256',
this.allowPrinting = false,
this.allowCopying = false,
this.allowEditing = false,
});