ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPReal Class / Value Property




In This Topic
    Value Property (ImGearXMPReal)
    In This Topic
    Gets the double value of the ImGearXMPReal class object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Double
    'Usage
     
    Dim instance As ImGearXMPReal
    Dim value As Double
     
    value = instance.Value
    public double Value {get;}
    public: __property double get_Value();
    public:
    property double Value {
       double get();
    }

    Property Value

    Double value.
    See Also