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)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | The zero-based index of the output intent to get. |
ReturnValue
The output intent at the specified index .
See Also
- Typedef SharedPtr
- Class OutputIntent
- Class OutputIntents
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++