ImageGear .NET - Updated
Value Property (ImGearXMPReal)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPReal Class : Value Property
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

Reference

ImGearXMPReal Class
ImGearXMPReal Members