ImageGear for .NET
Rating Property (ImGearBasicXMPMetadata)




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
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.
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

Reference

ImGearBasicXMPMetadata Class
ImGearBasicXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback