ImageGear .NET
Mode Property (ImGearXMPColorant)




Gets or sets the color space in which the color is defined.
Syntax
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);
}
'Declaration
 
Public Property Mode As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPString
 
instance.Mode = value
 
value = instance.Mode

Property Value

ImGearXMPString class value.
See Also

Reference

ImGearXMPColorant Class
ImGearXMPColorant Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback