Aspose::Pdf::Devices::DocumentDevice class
Contenido
[
Ocultar
]DocumentDevice class
Clase abstracta para todos los dispositivos que se utiliza para procesar todo el documento PDF.
class DocumentDevice : public Aspose::Pdf::Devices::PageDevice
Métodos
| Método | Descripción |
|---|---|
| DocumentDevice() | |
| virtual Process(System::SharedPtr<Aspose::Pdf::Document>, int32_t, int32_t, System::SharedPtr<System::IO::Stream>) | Cada dispositivo representa alguna operación en el documento, p. ej. podemos convertir el documento pdf a otro formato. |
| Process(const System::SharedPtr<Aspose::Pdf::Document>&, const System::SharedPtr<System::IO::Stream>&) | Procesa todo el documento y guarda los resultados en un flujo. |
| Process(const System::SharedPtr<Aspose::Pdf::Document>&, const System::String&) | Procesa todo el documento y guarda los resultados en un archivo. |
| Process(const System::SharedPtr<Aspose::Pdf::Document>&, int32_t, int32_t, const System::String&) | Procesa ciertas páginas del documento y guarda los resultados en un archivo. |
Ver también
- Class PageDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++