Aspose::Page::EPS::PsDocument::PsDocument constructor
Contenido
[
Ocultar
]PsDocument::PsDocument() constructor
Inicializa un PsDocument vacío. Este constructor se usa solo para operaciones adicionales que no están relacionadas con archivos PostScript, por ejemplo, convertir fuentes.
Aspose::Page::EPS::PsDocument::PsDocument()
Ver también
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>) constructor
Inicializa PsDocument con un flujo de archivo PS/EPS.
Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> inPsStream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| inPsStream | System::SharedPtr<System::IO::Stream> | Flujo de entrada del archivo PS/EPS. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) constructor
Inicializa un PsDocument vacío con una página inicializada.
Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> outPsStream, System::SharedPtr<Device::PsSaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outPsStream | System::SharedPtr<System::IO::Stream> | Flujo donde guardar el archivo PS/EPS. |
| opciones | System::SharedPtr<Device::PsSaveOptions> | Un conjunto de parámetros que controlan el guardado del archivo PostScript. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>, bool) constructor
Inicializa un PsDocument vacío.
Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> outPsStream, System::SharedPtr<Device::PsSaveOptions> options, bool multipaged)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outPsStream | System::SharedPtr<System::IO::Stream> | Flujo donde guardar el archivo PS/EPS. |
| opciones | System::SharedPtr<Device::PsSaveOptions> | Un conjunto de parámetros que controlan el guardado del archivo PostScript. |
| multipaged | bool | Si false la página no se inicializará. En este caso, la inicialización de la página debe realizarse mediante una llamada explícita “openPage(width, height)”. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>, int32_t) constructor
Inicializa un PsDocument vacío cuando se conoce de antemano el número de páginas del documento Postscript.
Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> outPsStream, System::SharedPtr<Device::PsSaveOptions> options, int32_t numberOfPages)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outPsStream | System::SharedPtr<System::IO::Stream> | Flujo donde guardar el archivo PS/EPS. |
| opciones | System::SharedPtr<Device::PsSaveOptions> | Un conjunto de parámetros que controlan el guardado del archivo PostScript. |
| numberOfPages | int32_t | El número de páginas del documento PostScript. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::PsDocument(System::String, System::SharedPtr<Device::PsSaveOptions>) constructor
Inicializa un PsDocument vacío con una página inicializada.
Aspose::Page::EPS::PsDocument::PsDocument(System::String outPsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outPsFilePath | System::String | La ruta del archivo de salida PS/EPS. |
| opciones | System::SharedPtr<Device::PsSaveOptions> | Un conjunto de parámetros que controlan el guardado del archivo PostScript. |
Ver también
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::PsDocument(System::String, System::SharedPtr<Device::PsSaveOptions>, bool) constructor
Inicializa un PsDocument vacío.
Aspose::Page::EPS::PsDocument::PsDocument(System::String outPsFilePath, System::SharedPtr<Device::PsSaveOptions> options, bool multipaged)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outPsFilePath | System::String | La ruta del archivo de salida PS/EPS. |
| opciones | System::SharedPtr<Device::PsSaveOptions> | Un conjunto de parámetros que controlan el guardado del archivo PostScript. |
| multipaged | bool | Si false la página no se inicializará. En este caso, la inicialización de la página debe realizarse mediante una llamada explícita “openPage(width, height)”. |
Ver también
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::PsDocument(System::String, System::SharedPtr<Device::PsSaveOptions>, int32_t) constructor
Inicializa un PsDocument vacío cuando se conoce de antemano el número de páginas del documento Postscript.
Aspose::Page::EPS::PsDocument::PsDocument(System::String outPsFilePath, System::SharedPtr<Device::PsSaveOptions> options, int32_t numberOfPages)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outPsFilePath | System::String | La ruta del archivo de salida PS/EPS. |
| opciones | System::SharedPtr<Device::PsSaveOptions> | Un conjunto de parámetros que controlan el guardado del archivo PostScript. |
| numberOfPages | int32_t | El número de páginas del documento PostScript. |
Ver también
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::PsDocument(System::String) constructor
Inicializa PsDocument con un archivo PS/EPS de entrada.
Aspose::Page::EPS::PsDocument::PsDocument(System::String psFilePath)
| Parámetro | Tipo | Descripción |
|---|---|---|
| psFilePath | System::String | Ruta del archivo PS/EPS. |
Ver también
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++