FindImages

FindImages(ImageSearchCriteria)

根据指定的搜索条件查找图像。 搜索在指定的对象中进行SearchableObjects.

public WatermarkableImageCollection FindImages(ImageSearchCriteria searchCriteria)
范围 类型 描述
searchCriteria ImageSearchCriteria 要使用的搜索条件。

返回值

找到的图像的集合。

也可以看看


FindImages()

查找内容中的所有图像。 搜索在指定的对象中进行SearchableObjects.

public WatermarkableImageCollection FindImages()

返回值

找到的图像的集合。

也可以看看