ImageGear .NET
Yellow Property




Gets or sets yellow value when the mode is CMYK.
Syntax
public ImGearXMPReal Yellow {get; set;}
public: __property ImGearXMPReal* get_Yellow();
public: __property void set_Yellow( 
   ImGearXMPReal* value
);
public:
property ImGearXMPReal^ Yellow {
   ImGearXMPReal^ get();
   void set (    ImGearXMPReal^ value);
}
'Declaration
 
Public Property Yellow As ImGearXMPReal
 
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPReal
 
instance.Yellow = value
 
value = instance.Yellow

Property Value

ImGearXMPReal class value.
Remarks
Valid range is 0 ... 100.
See Also

Reference

ImGearXMPColorant Class
ImGearXMPColorant Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback