ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.MicrosoftPhoto Namespace / ImGearMicrosoftPhotoXMPMetadata Class / Rating Property




In This Topic
Rating Property (ImGearMicrosoftPhotoXMPMetadata)
In This Topic
Gets or sets Rating property of the MicrosoftPhoto XMP schema. XMP Basic Rating values of 1,2,3,4 and 5 stars correspond to MicrosoftPhoto Rating values of 1,25,50,75 and 99 respectively.
Syntax
'Declaration
 
Public Property Rating As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearMicrosoftPhotoXMPMetadata
Dim value As ImGearXMPInteger
 
instance.Rating = value
 
value = instance.Rating

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
See Also