ImageGear for .NET
Magenta Property




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

Property Value

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

Reference

ImGearXMPColorant Class
ImGearXMPColorant Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback