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




In This Topic
    Value Property (ImGearXMPRational)
    In This Topic
    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