IImageLoader 类

Summary: The image loader.

Module: aspose.imaging

Full Name: aspose.imaging.IImageLoader

Methods

Name描述
load(stream_container, load_options)使用 loadOptions 打开新图像。

Method: load(stream_container, load_options)

 load(stream_container, load_options) 

使用 loadOptions 打开新图像。

Parameters:

参数TypeDescription
stream_containerStreamContainer流容器。
load_optionsLoadOptions加载选项。

Returns

TypeDescription
Image新打开的图像实例。