ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNode Class / Tag Field




In This Topic
    Tag Field
    In This Topic
    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 as ImGearFORMATTagIDs (where FORMAT is BMP, TIFF, etc.) enumerations.

    See Also