IImageExporter.Export

Export(Image, Stream, ImageOptionsBase)

يقوم بتصدير بيانات الصورة المحددة إلى تنسيق بيانات محدد.

public void Export(Image image, Stream stream, ImageOptionsBase optionsBase)
معامليكتبوصف
imageImageبيانات الصورة المراد تصديرها.
streamStreamالدفق المراد تصدير البيانات إليه.
optionsBaseImageOptionsBaseخيارات لتصدير الصور

أنظر أيضا


Export(Image, Stream, ImageOptionsBase, Rectangle)

يقوم بتصدير بيانات الصورة المحددة إلى تنسيق بيانات محدد.

public void Export(Image image, Stream stream, ImageOptionsBase optionsBase, 
    Rectangle boundsRectangle)
معامليكتبوصف
imageImageبيانات الصورة المراد تصديرها.
streamStreamالدفق المراد تصدير البيانات إليه.
optionsBaseImageOptionsBaseخيارات لتصدير الصور
boundsRectangleRectangleمستطيل الحدود.

أنظر أيضا