IsTagPresent
TiffOptions.IsTagPresent method
确定选项中是否存在标签。
public bool IsTagPresent(TiffTags tag)
范围 | 类型 | 描述 |
---|---|---|
tag | TiffTags | 要检查的标签 ID。 |
返回值
真的
如果标签存在;否则,错误的
.
也可以看看
- enum TiffTags
- class TiffOptions
- 命名空间 Aspose.Imaging.ImageOptions
- 部件 Aspose.Imaging
确定选项中是否存在标签。
public bool IsTagPresent(TiffTags tag)
范围 | 类型 | 描述 |
---|---|---|
tag | TiffTags | 要检查的标签 ID。 |
真的
如果标签存在;否则,错误的
.