Aspose::Page::EPS::PsDocument::SaveImageAsEps metodo
Contenuti
[
Nascondere
]PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method
Salva l’oggetto Bitmap nello stream di output 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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| immagine | System::SharedPtr<System::Drawing::Bitmap> | L’immagine. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS stream di output. |
| options | System::SharedPtr<Device::PsSaveOptions> | Contiene parametri che specificano l’output degli errori generati durante la conversione. |
Vedi anche
- 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
Salva l’oggetto Bitmap in un file EPS.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parametro | Tipo | Descrizione |
|---|---|---|
| immagine | System::SharedPtr<System::Drawing::Bitmap> | L’immagine. |
| epsFilePath | System::String | Percorso del file EPS. |
| options | System::SharedPtr<Device::PsSaveOptions> | Contiene parametri che specificano l’output degli errori generati durante la conversione. |
Vedi anche
- 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
Salva l’immagine PNG/JPEG/TIFF/BMP/GIF/EMF dallo stream di input allo stream di output 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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| imageStream | System::SharedPtr<System::IO::Stream> | Stream di input dell’immagine. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS stream di output. |
| options | System::SharedPtr<Device::PsSaveOptions> | Contiene parametri che specificano l’output degli errori generati durante la conversione. |
Vedi anche
- 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
Salva l’immagine PNG/JPEG/TIFF/BMP/GIF/EMF da file a file EPS.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parametro | Tipo | Descrizione |
|---|---|---|
| imageFilePath | System::String | Il percorso del file immagine. |
| epsFilePath | System::String | Percorso del file EPS. |
| options | System::SharedPtr<Device::PsSaveOptions> | Contiene parametri che specificano l’output degli errori generati durante la conversione. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++