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