Aspose::Pdf::OutputIntents::CopyTo method

OutputIntents::CopyTo method

Copies the elements of the collection to the array ,starting at the particular arrayIndex into the array.

void Aspose::Pdf::OutputIntents::CopyTo(System::ArrayPtr<System::SharedPtr<OutputIntent>> array, int32_t arrayIndex) override
ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<OutputIntent>>The one-dimensional array that is the destination of the output intents copied from the collection. The array must have zero-based indexing.
arrayIndexint32_tThe zero-based index in array at which copying begins.

See Also