ImageGear .NET - Updated
Tag Field




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNode Class : Tag Field
Represents identifier of metadata node for particular file format.
Syntax
'Declaration
 
Public Tag As Integer
'Usage
 
Dim instance As ImGearMetadataNode
Dim value As Integer
 
value = instance.Tag
 
instance.Tag = value
public int Tag
public: int Tag
public:
int Tag

Field Value

Integer value
Remarks
Identifies what kind of data is stored in metadata node. Specific for particular file format.

Values for the tags are taken from tag list of file formats, represented in ImageGear for .NET as ImGearFORMATTagIDs (where FORMAT is BMP, TIFF, etc.) enumerations.

See Also

Reference

ImGearMetadataNode Class
ImGearMetadataNode Members