SpreadsheetWatermarkableImage
SpreadsheetWatermarkableImage class
表示 Excel 文档中的图像。
public class SpreadsheetWatermarkableImage : WatermarkableImage
构造函数
姓名 | 描述 |
---|---|
SpreadsheetWatermarkableImage(byte[]) | 初始化一个新的实例SpreadsheetWatermarkableImage class 使用指定的图像数据. |
特性
姓名 | 描述 |
---|---|
Height { get; } | 获取这个的高度WatermarkableImage 以像素为单位. |
Width { get; } | 得到这个的宽度WatermarkableImage 以像素为单位. |
方法
姓名 | 描述 |
---|---|
Add(Watermark) | 为此添加水印WatermarkableImage . 此方法假定水印偏移量和大小以像素为单位测量(如果已分配)。 |
FindImages() | 查找内容中的所有图像。 搜索在指定的对象中进行SearchableObjects . |
FindImages(ImageSearchCriteria) | 根据指定的搜索条件查找图像。 搜索在指定的对象中进行SearchableObjects . |
GetBytes() | 获取图像作为字节数组。 |
Search() | 查找内容中所有可能的水印。 搜索在指定的对象中进行SearchableObjects . |
Search(SearchCriteria) | 根据指定的搜索条件查找可能的水印。 搜索在指定的对象中进行SearchableObjects . |