ImageGear .NET
Cyan Property




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

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