ExportSettingsPDF constructor
ExportSettingsPDF({
- String? format,
- bool? contentsOnly,
- bool? useAbsoluteBounds,
- String? suffix,
- 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,
);