Aspose::Page::EPS::PsDocument::SaveImageAsEps metode

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)
ParameterTipeDeskripsi
gambarSystem::SharedPtr<System::Drawing::Bitmap>Gambar.
epsStreamSystem::SharedPtr<System::IO::Stream>EPS stream output.
opsiSystem::SharedPtr<Device::PsSaveOptions>Berisi parameter yang menentukan output kesalahan yang dilempar selama konversi.

Lihat Juga

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)
ParameterTipeDeskripsi
gambarSystem::SharedPtr<System::Drawing::Bitmap>Gambar.
epsFilePathSystem::StringEPS jalur file.
opsiSystem::SharedPtr<Device::PsSaveOptions>Berisi parameter yang menentukan output kesalahan yang dilempar selama konversi.

Lihat Juga

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)
ParameterTipeDeskripsi
imageStreamSystem::SharedPtr<System::IO::Stream>Stream input gambar.
epsStreamSystem::SharedPtr<System::IO::Stream>EPS stream output.
opsiSystem::SharedPtr<Device::PsSaveOptions>Berisi parameter yang menentukan output kesalahan yang dilempar selama konversi.

Lihat Juga

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)
ParameterTipeDeskripsi
imageFilePathSystem::StringJalur file gambar.
epsFilePathSystem::StringEPS jalur file.
opsiSystem::SharedPtr<Device::PsSaveOptions>Berisi parameter yang menentukan output kesalahan yang dilempar selama konversi.

Lihat Juga