Accusoft.ImagXpressSdk Namespace > ImageXTag Class : TagLevel Property |
'Declaration Public Property TagLevel As Byte
'Usage Dim instance As ImageXTag Dim value As Byte instance.TagLevel = value value = instance.TagLevel
public byte TagLevel {get; set;}
Valid values are 0 - 4.
For TIFF tags, the tag level should be = 0.
Some file formats have the ability to store metadata that includes sub-levels. For these file formats, the tag level provides access to these multiple levels.
Note: Available in Professional edition.