Aspose::Page::EPS::PsDocument::SaveImageAsEps metode
isi
[
bersembunyi
]PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method
Menyimpan objek Bitmap ke aliran 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)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| gambar | System::SharedPtr<System::Drawing::Bitmap> | Gambar. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS stream output. |
| opsi | System::SharedPtr<Device::PsSaveOptions> | Berisi parameter yang menentukan output kesalahan yang dilempar selama konversi. |
Lihat Juga
- 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
Menyimpan objek Bitmap ke file EPS.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| gambar | System::SharedPtr<System::Drawing::Bitmap> | Gambar. |
| epsFilePath | System::String | EPS jalur file. |
| opsi | System::SharedPtr<Device::PsSaveOptions> | Berisi parameter yang menentukan output kesalahan yang dilempar selama konversi. |
Lihat Juga
- 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
Menyimpan gambar PNG/JPEG/TIFF/BMP/GIF/EMF dari stream input ke EPS stream output.
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 | Tipe | Deskripsi |
|---|---|---|
| imageStream | System::SharedPtr<System::IO::Stream> | Stream input gambar. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS stream output. |
| opsi | System::SharedPtr<Device::PsSaveOptions> | Berisi parameter yang menentukan output kesalahan yang dilempar selama konversi. |
Lihat Juga
- 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
Menyimpan gambar PNG/JPEG/TIFF/BMP/GIF/EMF dari file ke file EPS.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| imageFilePath | System::String | Jalur file gambar. |
| epsFilePath | System::String | EPS jalur file. |
| opsi | System::SharedPtr<Device::PsSaveOptions> | Berisi parameter yang menentukan output kesalahan yang dilempar selama konversi. |
Lihat Juga
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++