Aspose::Pdf::Text::FontSubstitutionCollection::CopyTo método
FontSubstitutionCollection::CopyTo method
Copia toda la colección a una Matriz unidimensional compatible, comenzando en el índice especificado de la matriz de destino.
void Aspose::Pdf::Text::FontSubstitutionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<FontSubstitution>> array, int32_t index) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| matriz | System::ArrayPtr<System::SharedPtr<FontSubstitution>> | Matriz de objetos que se copiarán. |
| índice | int32_t | Índice inicial desde el cual se iniciará la copia. |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class FontSubstitution
- Class FontSubstitutionCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++