Aspose::Page::EPS::PsDocument::SaveImageAsEps method
Contents
[
Hide
]PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method
Saves Bitmap object to EPS output stream.
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 | Description |
---|---|---|
image | System::SharedPtr<System::Drawing::Bitmap> | The image. |
epsStream | System::SharedPtr<System::IO::Stream> | EPS output stream. |
options | System::SharedPtr<Device::PsSaveOptions> | Contains parameters that specify output of errors thrown during conversion. |
See Also
- 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
Saves Bitmap object to EPS file.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
Parameter | Type | Description |
---|---|---|
image | System::SharedPtr<System::Drawing::Bitmap> | The image. |
epsFilePath | System::String | EPS file path. |
options | System::SharedPtr<Device::PsSaveOptions> | Contains parameters that specify output of errors thrown during conversion. |
See Also
- 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
Saves PNG/JPEG/TIFF/BMP/GIF/EMF image from input stream to EPS output stream.
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 | Description |
---|---|---|
imageStream | System::SharedPtr<System::IO::Stream> | Image input stream. |
epsStream | System::SharedPtr<System::IO::Stream> | EPS output stream. |
options | System::SharedPtr<Device::PsSaveOptions> | Contains parameters that specify output of errors thrown during conversion. |
See Also
- 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
Saves PNG/JPEG/TIFF/BMP/GIF/EMF image from file to EPS file.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
Parameter | Type | Description |
---|---|---|
imageFilePath | System::String | The image file path. |
epsFilePath | System::String | EPS file path. |
options | System::SharedPtr<Device::PsSaveOptions> | Contains parameters that specify output of errors thrown during conversion. |
See Also
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++