Aspose::Pdf::OutputIntents::idx_get method

OutputIntents::idx_get method

Gets the output intent at the specified index .

System::SharedPtr<OutputIntent> Aspose::Pdf::OutputIntents::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tThe zero-based index of the output intent to get.

ReturnValue

The output intent at the specified index .

See Also