DocumentSaveOptions constructor

const DocumentSaveOptions({
  1. String? userPassword,
  2. String? ownerPassword,
  3. bool? flatten,
  4. bool? incremental,
  5. bool? excludeAnnotations,
  6. bool? saveForPrinting,
  7. List<DocumentPermissions?>? permissions,
  8. PdfVersion? pdfVersion,
  9. bool? includeComments,
  10. Object? outputFormat,
  11. bool? optimize,
})

Implementation

const DocumentSaveOptions({
  this.userPassword,
  this.ownerPassword,
  this.flatten,
  this.incremental,
  this.excludeAnnotations,
  this.saveForPrinting,
  this.permissions,
  this.pdfVersion,
  this.includeComments,
  this.outputFormat,
  this.optimize,
});