ImageGear .NET v24.12 - Updated
Rating Property (ImGearMicrosoftPhotoXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MicrosoftPhoto Namespace > ImGearMicrosoftPhotoXMPMetadata Class : Rating Property
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
public ImGearXMPInteger Rating {get; set;}
public: __property ImGearXMPInteger* get_Rating();
public: __property void set_Rating( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ Rating {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

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

Reference

ImGearMicrosoftPhotoXMPMetadata Class
ImGearMicrosoftPhotoXMPMetadata Members