Accusoft.ImagXpress13.Net
TagLevel Property




Gets and sets the nesting level at which the tag resides. Tag Level can be 0 - 4.
Syntax
'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;}
public: __property byte get_TagLevel();
public: __property void set_TagLevel( 
   byte value
);
public:
property byte TagLevel {
   byte get();
   void set (    byte value);
}

Property Value

A byte value which represents the level.
Remarks

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.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback