Aspose::Words::Saving::PdfSaveOptions::get_ImageColorSpaceExportMode method

PdfSaveOptions::get_ImageColorSpaceExportMode method

Specifies how the color space will be selected for the images in PDF document.

Aspose::Words::Saving::PdfImageColorSpaceExportMode Aspose::Words::Saving::PdfSaveOptions::get_ImageColorSpaceExportMode() const

Remarks

The default value is Auto.

If SimpleCmyk value is specified, ImageCompression option is ignored and Flate compression is used for all images in the document.

SimpleCmyk value is not supported when saving to PDF/A. Auto value will be used instead.

See Also