ExportSettingsPDF constructor

ExportSettingsPDF({
  1. String? format,
  2. bool? contentsOnly,
  3. bool? useAbsoluteBounds,
  4. String? suffix,
  5. ExportSettingsPDFColorProfileOptions? colorProfile,
})

Implementation

factory ExportSettingsPDF({
  _i2.String? format,
  _i2.bool? contentsOnly,
  _i2.bool? useAbsoluteBounds,
  _i2.String? suffix,
  _i3.ExportSettingsPDFColorProfileOptions? colorProfile,
}) =>
    ExportSettingsPDF._(
      format: format,
      contentsOnly: contentsOnly,
      useAbsoluteBounds: useAbsoluteBounds,
      suffix: suffix,
      colorProfile: colorProfile?.name ?? _i7.undefined,
    );