ImageGear .NET v24.12 - Updated
Cyan Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPColorant Class : 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