Interface IImageExporter
Interface IImageExporter
Tên không gian: Aspose.Imaging Tổng hợp: Aspose.Imaging.dll (25.5.0)
- Có thể xuất dữ liệu từ định dạng nội bộ Aspose.Imaging sang định hình data cụ thể.
public interface IImageExporterMethods
Export(Hình ảnh, Stream, ImageOptionsBase)
Xuất dữ liệu hình ảnh cụ thể vào định dạng dữ liệu cụ thể.
void Export(Image image, Stream stream, ImageOptionsBase optionsBase)Parameters
image Image
Dữ liệu hình ảnh để xuất.
stream Stream
dòng để xuất dữ liệu đến.
optionsBase ImageOptionsBase
Tùy chọn xuất khẩu hình ảnh
Export(Hình ảnh, Stream, ImageOptionsBase, Rectangle)
Xuất dữ liệu hình ảnh cụ thể vào định dạng dữ liệu cụ thể.
void Export(Image image, Stream stream, ImageOptionsBase optionsBase, Rectangle boundsRectangle)Parameters
image Image
Dữ liệu hình ảnh để xuất.
stream Stream
dòng để xuất dữ liệu đến.
optionsBase ImageOptionsBase
Tùy chọn xuất khẩu hình ảnh
boundsRectangle Rectangle
Các giới hạn trực tiếp.