Aspose::Page::EPS::PsDocument::SaveImageAsEps metod
Innehåll
[
Dölj
]PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method
Sparar Bitmap-objekt till EPS utdataflöde.
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 | Type | Beskrivning |
|---|---|---|
| bild | System::SharedPtr<System::Drawing::Bitmap> | Bilden. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS utdataström. |
| alternativ | System::SharedPtr<Device::PsSaveOptions> | Innehåller parametrar som specificerar utmatning av fel som kastas under konverteringen. |
Se även
- 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
Sparar Bitmap-objekt till EPS-fil.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parameter | Type | Beskrivning |
|---|---|---|
| bild | System::SharedPtr<System::Drawing::Bitmap> | Bilden. |
| epsFilePath | System::String | EPS filväg. |
| alternativ | System::SharedPtr<Device::PsSaveOptions> | Innehåller parametrar som specificerar utmatning av fel som kastas under konverteringen. |
Se även
- 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
Sparar PNG/JPEG/TIFF/BMP/GIF/EMF-bild från indataström till EPS-utdataström.
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 | Type | Beskrivning |
|---|---|---|
| imageStream | System::SharedPtr<System::IO::Stream> | Bildindataström. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS utdataström. |
| alternativ | System::SharedPtr<Device::PsSaveOptions> | Innehåller parametrar som specificerar utmatning av fel som kastas under konverteringen. |
Se även
- 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
Sparar PNG/JPEG/TIFF/BMP/GIF/EMF-bild från fil till EPS-fil.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parameter | Type | Beskrivning |
|---|---|---|
| imageFilePath | System::String | Bildfilens sökväg. |
| epsFilePath | System::String | EPS filväg. |
| alternativ | System::SharedPtr<Device::PsSaveOptions> | Innehåller parametrar som specificerar utmatning av fel som kastas under konverteringen. |
Se även
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++