Interface IImageExporter

Interface IImageExporter

ชื่อพื้นที่: Aspose.Imaging การประกอบ: Aspose.Imaging.dll (25.4.0)

ภาพส่งออก สามารถส่งออกข้อมูลจากภายใน Aspose.Imaging รูปแบบไปยังรูปแบบข้อมูลที่ระบุ

public interface IImageExporter

Methods

Export(ภาพ, Stream, ImageOptionsBase)

ส่งข้อมูลภาพที่ระบุไปยังรูปแบบข้อมูลที่ระบุ

void Export(Image image, Stream stream, ImageOptionsBase optionsBase)

Parameters

image Image

ข้อมูลภาพที่จะส่งออก

stream Stream

กระแสเพื่อส่งออกข้อมูลไปยัง

optionsBase ImageOptionsBase

ตัวเลือกสําหรับการส่งออกภาพ

Export(ภาพ, Stream, ImageOptionsBase, Rectangle)

ส่งข้อมูลภาพที่ระบุไปยังรูปแบบข้อมูลที่ระบุ

void Export(Image image, Stream stream, ImageOptionsBase optionsBase, Rectangle boundsRectangle)

Parameters

image Image

ข้อมูลภาพที่จะส่งออก

stream Stream

กระแสเพื่อส่งออกข้อมูลไปยัง

optionsBase ImageOptionsBase

ตัวเลือกสําหรับการส่งออกภาพ

boundsRectangle Rectangle

เส้นผ่าศูนย์กลางแนวตั้ง

 แบบไทย