Aspose::Pdf::PdfFormatConversionOptions::get_OutputIntent method

PdfFormatConversionOptions::get_OutputIntent method

Gets the Aspose::Pdf::OutputIntent for the PDF format conversion.

const System::SharedPtr<Aspose::Pdf::OutputIntent> & Aspose::Pdf::PdfFormatConversionOptions::get_OutputIntent() const

Remarks

The OutputIntent specifies the intended output device or condition for which the PDF document is being prepared. It is used to ensure that the colors in the document are rendered correctly on the target device.

See Also