Aspose::Pdf::PdfFormatConversionOptions::set_OutputIntent method

PdfFormatConversionOptions::set_OutputIntent method

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

void Aspose::Pdf::PdfFormatConversionOptions::set_OutputIntent(System::SharedPtr<Aspose::Pdf::OutputIntent> value)

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