PrintJobSettings constructor
PrintJobSettings({
- bool? animated = true,
- bool? canSpawnSeparateThread = true,
- PrintJobColorMode? colorMode,
- int? copies = 1,
- bool? detailedErrorReporting = false,
- PrintJobDuplexMode? duplexMode,
- String? faxNumber,
- int? firstPage,
- PrintJobRenderingQuality? forceRenderingQuality,
- bool? handledByClient = false,
- double? headerHeight,
- PrintJobPaginationMode? horizontalPagination,
- bool? isHorizontallyCentered = true,
- bool? isVerticallyCentered = true,
- PrintJobDisposition? jobDisposition,
- String? jobName,
- WebUri? jobSavingURL,
- int? lastPage,
- EdgeInsets? margins,
- double? maximumContentHeight,
- double? maximumContentWidth,
- PrintJobMediaSize? mediaSize,
- bool? mustCollate,
- int? numberOfPages,
- PrintJobOrientation? orientation,
- PrintJobOutputType? outputType,
- PrintJobPageOrder? pageOrder,
- int? pagesAcross,
- int? pagesDown,
- String? paperName,
- PrintJobResolution? resolution,
- double? scalingFactor,
- bool? showsNumberOfCopies = true,
- bool? showsPageRange = true,
- bool? showsPageSetupAccessory = true,
- bool? showsPaperOrientation = true,
- bool? showsPaperSelectionForLoadedPapers = false,
- bool? showsPaperSize = true,
- bool? showsPreview = true,
- bool? showsPrintPanel = true,
- bool? showsPrintSelection = true,
- bool? showsProgressPanel = true,
- bool? showsScaling = true,
- int? time,
- PrintJobPaginationMode? verticalPagination,
Implementation
PrintJobSettings(
{this.animated = true,
this.canSpawnSeparateThread = true,
this.colorMode,
this.copies = 1,
this.detailedErrorReporting = false,
this.duplexMode,
this.faxNumber,
this.firstPage,
this.footerHeight,
this.forceRenderingQuality,
this.handledByClient = false,
this.headerAndFooter = true,
this.headerHeight,
this.horizontalPagination,
this.isHorizontallyCentered = true,
this.isVerticallyCentered = true,
this.jobDisposition,
this.jobName,
this.jobSavingURL,
this.lastPage,
this.margins,
this.maximumContentHeight,
this.maximumContentWidth,
this.mediaSize,
this.mustCollate,
this.numberOfPages,
this.orientation,
this.outputType,
this.pageOrder,
this.pagesAcross,
this.pagesDown,
this.paperName,
this.resolution,
this.scalingFactor,
this.showsNumberOfCopies = true,
this.showsPageRange = true,
this.showsPageSetupAccessory = true,
this.showsPaperOrientation = true,
this.showsPaperSelectionForLoadedPapers = false,
this.showsPaperSize = true,
this.showsPreview = true,
this.showsPrintPanel = true,
this.showsPrintSelection = true,
this.showsProgressPanel = true,
this.showsScaling = true,
this.time,
this.verticalPagination});