VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / Tag Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Tag Property (VintasoftImage)
    In This Topic
    Gets or sets the object that contains supplemental data about the image.
    Syntax
    'Declaration
    
    Public Property Tag As System.Object
    
    
    public System.Object Tag { get; set; }
    
    
    public: __property System.Object get_Tag();
    public: __property void set_Tag(
    System.Object value
    );
    public:
    property System.Object Tag { System.Object get(); void set(System.Object value); }
    Remarks

    Supplemental data are valid during VintasoftImage object lifetime and are not saved with the image. You should save/load supplemental data separately if this is necessary.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also