ImageGear v26.5 - Updated March 3, 2025
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

Property Value

ImageGear.Core.ImGearRationalInt structure value.
See Also