ImageGear .NET - Updated
Value Property (ImGearXMPRational)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPRational Class : Value Property
Gets the rational value of the ImGearXMPRational class object.
Syntax
'Declaration
 
Public ReadOnly Property Value As ImGearRationalInt
'Usage
 
Dim instance As ImGearXMPRational
Dim value As ImGearRationalInt
 
value = instance.Value
public ImGearRationalInt Value {get;}
public: __property ImGearRationalInt get_Value();
public:
property ImGearRationalInt Value {
   ImGearRationalInt get();
}

Property Value

ImageGear.Core.ImGearRationalInt structure value.
See Also

Reference

ImGearXMPRational Class
ImGearXMPRational Members