Aspose::Pdf::Text::FontSubstitutionCollection::CopyTo method

FontSubstitutionCollection::CopyTo method

Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.

void Aspose::Pdf::Text::FontSubstitutionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<FontSubstitution>> array, int32_t index) override
ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<FontSubstitution>>Array of objects which will be copied.
indexint32_tStarting index from which copying will be started.

See Also