ImageGear .NET v24.12 - Updated
Mode Property (ImGearXMPColorant)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPColorant Class : Mode Property
Gets or sets the color space in which the color is defined.
Syntax
'Declaration
 
Public Property Mode As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPString
 
instance.Mode = value
 
value = instance.Mode
public ImGearXMPString Mode {get; set;}
public: __property ImGearXMPString* get_Mode();
public: __property void set_Mode( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Mode {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImGearXMPString class value.
See Also

Reference

ImGearXMPColorant Class
ImGearXMPColorant Members