Aspose::Page::EPS::PsDocument::SaveImageAsEps طريقة

PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method

يحفظ كائن Bitmap إلى تدفق إخراج 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)
ParameterTypeالوصف
صورةSystem::SharedPtr<System::Drawing::Bitmap>الصورة.
epsStreamSystem::SharedPtr<System::IO::Stream>دفق إخراج EPS.
خياراتSystem::SharedPtr<Device::PsSaveOptions>يحتوي على معلمات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل.

انظر أيضًا

PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::String, System::SharedPtr<Device::PsSaveOptions>) method

يحفظ كائن Bitmap إلى ملف EPS.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeالوصف
صورةSystem::SharedPtr<System::Drawing::Bitmap>الصورة.
epsFilePathSystem::Stringمسار ملف EPS.
خياراتSystem::SharedPtr<Device::PsSaveOptions>يحتوي على معلمات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل.

انظر أيضًا

PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method

يحفظ صورة PNG/JPEG/TIFF/BMP/GIF/EMF من دفق الإدخال إلى دفق إخراج EPS.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream> imageStream, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeالوصف
imageStreamSystem::SharedPtr<System::IO::Stream>دفق إدخال الصورة.
epsStreamSystem::SharedPtr<System::IO::Stream>دفق إخراج EPS.
خياراتSystem::SharedPtr<Device::PsSaveOptions>يحتوي على معلمات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل.

انظر أيضًا

PsDocument::SaveImageAsEps(System::String, System::String, System::SharedPtr<Device::PsSaveOptions>) method

يحفظ صورة PNG/JPEG/TIFF/BMP/GIF/EMF من ملف إلى ملف EPS.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeالوصف
imageFilePathSystem::Stringمسار ملف الصورة.
epsFilePathSystem::Stringمسار ملف EPS.
خياراتSystem::SharedPtr<Device::PsSaveOptions>يحتوي على معلمات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل.

انظر أيضًا