BarcodeSearchOptions

BarcodeSearchOptions class

表示条形码签名的搜索选项。

public class BarcodeSearchOptions : SearchOptions

构造函数

姓名 描述
BarcodeSearchOptions() 使用默认值初始化 BarcodeSearchOptions 类的新实例。
BarcodeSearchOptions(BarcodeType) 使用编码类型值初始化 BarcodeSearchOptions 类的新实例。
BarcodeSearchOptions(BarcodeType, string) 使用编码类型和文本值初始化 BarcodeSearchOptions 类的新实例。

特性

姓名 描述
AllPages { get; set; } 在每个文档页面上搜索的标志。默认情况下,此值设置为 true.
EncodeType { get; set; } 指定用于搜索条码的编码类型属性。 如果未设置此值,则会针对所有支持的条码类型处理搜索
MatchType { get; set; } 获取或设置条码文本匹配类型搜索。它仅在设置 Text 属性时使用。
PageNumber { get; set; } 获取或设置用于搜索的文档页码。 值是可选的。
PagesSetup { get; set; } 用于指定签名搜索页面的选项。
ReturnContent { get; set; } 获取或设置标志以获取文档页面上签名的条码图像内容。 如果此标志设置为真,条码签名图像内容将按要求的格式保留原始图像数据ReturnContentType. 默认情况下禁用此选项。
ReturnContentType { get; set; } 指定启用 ReturnContent 属性时条形码签名的返回图像内容的文件类型。 默认设置为 Null。这意味着以原始格式返回条码图像内容。 此图像格式指定于Format 可能支持的值为:FileType.JPEG、FileType.PNG、FileType.BMP。 如果不支持提供的格式,则将返回 .png 格式的条码图像内容。
SkipExternal { get; set; } 标志以仅返回标记为 IsSignature 的签名。默认值为 false,表示返回所有符合指定条件的签名。
Text { get; set; } 指定条码签名文本是否应该被搜索和匹配。

评论

了解更多

也可以看看