PrintJobAttributes constructor
PrintJobAttributes({
- PrintJobColorMode? colorMode,
- bool? detailedErrorReporting,
- PrintJobDuplexMode? duplex,
- String? faxNumber,
- double? headerHeight,
- PrintJobPaginationMode? horizontalPagination,
- bool? isHorizontallyCentered,
- bool? isSelectionOnly,
- bool? isVerticallyCentered,
- PrintJobDisposition? jobDisposition,
- WebUri? jobSavingURL,
- String? localizedPaperName,
- EdgeInsets? margins,
- double? maximumContentHeight,
- double? maximumContentWidth,
- PrintJobMediaSize? mediaSize,
- bool? mustCollate,
- PrintJobOrientation? orientation,
- int? pagesAcross,
- int? pagesDown,
- String? paperName,
- InAppWebViewRect? paperRect,
- InAppWebViewRect? printableRect,
- PrintJobResolution? resolution,
- double? scalingFactor,
- int? time,
- 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});