Aspose::Page::EPS::PsDocument::SaveImageAsEps Methode
Inhalt
[
Ausblenden
]PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method
Speichert das Bitmap-Objekt in einen EPS Ausgabestream.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bild | System::SharedPtr<System::Drawing::Bitmap> | Das Bild. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS Ausgabestream. |
| Optionen | System::SharedPtr<Device::PsSaveOptions> | Enthält Parameter, die die Ausgabe von bei der Konvertierung ausgelösten Fehlern festlegen. |
Siehe auch
- 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
Speichert das Bitmap-Objekt in einer EPS-Datei.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bild | System::SharedPtr<System::Drawing::Bitmap> | Das Bild. |
| epsFilePath | System::String | EPS-Dateipfad. |
| Optionen | System::SharedPtr<Device::PsSaveOptions> | Enthält Parameter, die die Ausgabe von bei der Konvertierung ausgelösten Fehlern festlegen. |
Siehe auch
- 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
Speichert ein PNG/JPEG/TIFF/BMP/GIF/EMF-Bild vom Eingabestream in einen EPS-Ausgabestream.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream> imageStream, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
| Parameter | Typ | Beschreibung |
|---|---|---|
| imageStream | System::SharedPtr<System::IO::Stream> | Bild-Eingabestream. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS Ausgabestream. |
| Optionen | System::SharedPtr<Device::PsSaveOptions> | Enthält Parameter, die die Ausgabe von bei der Konvertierung ausgelösten Fehlern festlegen. |
Siehe auch
- 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
Speichert ein PNG/JPEG/TIFF/BMP/GIF/EMF-Bild von einer Datei in eine EPS-Datei.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parameter | Typ | Beschreibung |
|---|---|---|
| imageFilePath | System::String | Der Bilddateipfad. |
| epsFilePath | System::String | EPS-Dateipfad. |
| Optionen | System::SharedPtr<Device::PsSaveOptions> | Enthält Parameter, die die Ausgabe von bei der Konvertierung ausgelösten Fehlern festlegen. |
Siehe auch
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++