ImageGear .NET
Black Property




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

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