XColor Green Property. The green component. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] int

[Visual Basic]
Integer
0 No The green component.

 

   

Notes
 

Allows you to get or set the green component.

RGB color components can range from 0 to 255.

Querying this property does not change the ColorSpace. This means you can obtain approximate RGB values for CMYK or Grayscale colors.

However if you change the value of this property the color will automatically be converted to RGB.

 

   

Example
 

None.