Aspose::Page::EPS::PsDocument::SaveImageAsEps método
Contenido
[
Ocultar
]PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method
Guarda el objeto Bitmap en un flujo de salida EPS.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| imagen | System::SharedPtr<System::Drawing::Bitmap> | La imagen. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS flujo de salida. |
| opciones | System::SharedPtr<Device::PsSaveOptions> | Contiene parámetros que especifican la salida de errores generados durante la conversión. |
Ver también
- Typedef SharedPtr
- Class Bitmap
- Class Stream
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::String, System::SharedPtr<Device::PsSaveOptions>) method
Guarda el objeto Bitmap en el archivo EPS.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| imagen | System::SharedPtr<System::Drawing::Bitmap> | La imagen. |
| epsFilePath | System::String | EPS ruta del archivo. |
| opciones | System::SharedPtr<Device::PsSaveOptions> | Contiene parámetros que especifican la salida de errores generados durante la conversión. |
Ver también
- Typedef SharedPtr
- Class Bitmap
- Class String
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method
Guarda la imagen PNG/JPEG/TIFF/BMP/GIF/EMF del flujo de entrada al flujo de salida EPS.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream> imageStream, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| imageStream | System::SharedPtr<System::IO::Stream> | Flujo de entrada de imagen. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS flujo de salida. |
| opciones | System::SharedPtr<Device::PsSaveOptions> | Contiene parámetros que especifican la salida de errores generados durante la conversión. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::SaveImageAsEps(System::String, System::String, System::SharedPtr<Device::PsSaveOptions>) method
Guarda la imagen PNG/JPEG/TIFF/BMP/GIF/EMF del archivo en el archivo EPS.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| imageFilePath | System::String | La ruta del archivo de imagen. |
| epsFilePath | System::String | EPS ruta del archivo. |
| opciones | System::SharedPtr<Device::PsSaveOptions> | Contiene parámetros que especifican la salida de errores generados durante la conversión. |
Ver también
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++