Aspose::Pdf::PageCollection::CopyTo método
PageCollection::CopyTo method
Copia páginas al documento.
void Aspose::Pdf::PageCollection::CopyTo(System::ArrayPtr<System::SharedPtr<Page>> array, int32_t index) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| array | System::ArrayPtr<System::SharedPtr<Page>> | Arreglo que contiene objetos Pages para insertar en el documento. Debe ser Object[] o Page[]. |
| índice | int32_t | Índice inicial donde se insertarán las páginas |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Page
- Class PageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++