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)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | System::SharedPtr<System::Drawing::Bitmap> | الصورة. |
| epsStream | System::SharedPtr<System::IO::Stream> | دفق إخراج EPS. |
| خيارات | System::SharedPtr<Device::PsSaveOptions> | يحتوي على معلمات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل. |
انظر أيضًا
- 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
يحفظ كائن Bitmap إلى ملف EPS.
static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
| Parameter | Type | الوصف |
|---|---|---|
| صورة | System::SharedPtr<System::Drawing::Bitmap> | الصورة. |
| epsFilePath | System::String | مسار ملف EPS. |
| خيارات | System::SharedPtr<Device::PsSaveOptions> | يحتوي على معلمات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل. |
انظر أيضًا
- 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
يحفظ صورة 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)
| Parameter | Type | الوصف |
|---|---|---|
| imageStream | System::SharedPtr<System::IO::Stream> | دفق إدخال الصورة. |
| epsStream | System::SharedPtr<System::IO::Stream> | دفق إخراج EPS. |
| خيارات | System::SharedPtr<Device::PsSaveOptions> | يحتوي على معلمات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل. |
انظر أيضًا
- 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
يحفظ صورة 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)
| Parameter | Type | الوصف |
|---|---|---|
| imageFilePath | System::String | مسار ملف الصورة. |
| epsFilePath | System::String | مسار ملف EPS. |
| خيارات | System::SharedPtr<Device::PsSaveOptions> | يحتوي على معلمات تحدد إخراج الأخطاء التي تُرمى أثناء التحويل. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++