PrintJobAttributes constructor

PrintJobAttributes({
  1. PrintJobColorMode? colorMode,
  2. bool? detailedErrorReporting,
  3. PrintJobDuplexMode? duplex,
  4. String? faxNumber,
  5. double? footerHeight,
  6. bool? headerAndFooter,
  7. double? headerHeight,
  8. PrintJobPaginationMode? horizontalPagination,
  9. bool? isHorizontallyCentered,
  10. bool? isSelectionOnly,
  11. bool? isVerticallyCentered,
  12. PrintJobDisposition? jobDisposition,
  13. WebUri? jobSavingURL,
  14. String? localizedPaperName,
  15. EdgeInsets? margins,
  16. double? maximumContentHeight,
  17. double? maximumContentWidth,
  18. PrintJobMediaSize? mediaSize,
  19. bool? mustCollate,
  20. PrintJobOrientation? orientation,
  21. int? pagesAcross,
  22. int? pagesDown,
  23. String? paperName,
  24. InAppWebViewRect? paperRect,
  25. InAppWebViewRect? printableRect,
  26. PrintJobResolution? resolution,
  27. double? scalingFactor,
  28. int? time,
  29. PrintJobPaginationMode? verticalPagination,
})

Implementation

PrintJobAttributes(
    {this.colorMode,
    this.detailedErrorReporting,
    this.duplex,
    this.faxNumber,
    this.footerHeight,
    this.headerAndFooter,
    this.headerHeight,
    this.horizontalPagination,
    this.isHorizontallyCentered,
    this.isSelectionOnly,
    this.isVerticallyCentered,
    this.jobDisposition,
    this.jobSavingURL,
    this.localizedPaperName,
    this.margins,
    this.maximumContentHeight,
    this.maximumContentWidth,
    this.mediaSize,
    this.mustCollate,
    this.orientation,
    this.pagesAcross,
    this.pagesDown,
    this.paperName,
    this.paperRect,
    this.printableRect,
    this.resolution,
    this.scalingFactor,
    this.time,
    this.verticalPagination});