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




In This Topic
Rating Property (ImGearBasicXMPMetadata)
In This Topic
Gets or sets Rating property of the XMP Basic schema.
Syntax
'Declaration
 
Public Property Rating As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearBasicXMPMetadata
Dim value As ImGearXMPInteger
 
instance.Rating = value
 
value = instance.Rating

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property specifies a number that indicates a document's status relative to other documents, used to organize documents in a file browser. Values are user-defined within an application defined range.
See Also