GifImageContent
GifImageContent class
代表gif图片,可以放水印。
public sealed class GifImageContent : MultiframeImageContent
特性
| 姓名 | 描述 |
|---|---|
| Frames { get; } | 获取图像所有帧的集合。 |
| Height { get; } | 获取这个的高度ImageContent以像素为单位. |
| Width { get; } | 得到这个的宽度ImageContent以像素为单位. |
方法
| 姓名 | 描述 |
|---|---|
| Dispose() | 处理当前实例。 |
| FindImages() | 查找内容中的所有图像。 搜索在指定的对象中进行SearchableObjects. |
| FindImages(ImageSearchCriteria) | 根据指定的搜索条件查找图像。 搜索在指定的对象中进行SearchableObjects. |
| Search() | 查找内容中所有可能的水印。 搜索在指定的对象中进行SearchableObjects. |
| Search(SearchCriteria) | 根据指定的搜索条件查找可能的水印。 搜索在指定的对象中进行SearchableObjects. |