DocumentSaveOptions constructor

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

Implementation

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