Gets and sets the nesting level at which the tag will reside.
Read-write property
Visual Basic |
---|
Public Property TagLevel As Long |
A long value which represents the nesting level.
Byte representing the nesting level of the tag being created. Typically this will be 0 (e.g. TIFF files).
Some file formats have the ability to have image meta-data that will include a sub-list. TagLevel allows the developer to access tags on all levels.
TagLevel can be 0 through 4.
Note: Available in Professional Edition.