PDFView4NET WinForms Edition
G Property (PDFGrayColor)




O2S.Components.PDFView4NET.Graphics Namespace > PDFGrayColor Class : G Property
Gets or sets the gray level of the color.
Syntax
'Declaration
 
Public Property G As Double
'Usage
 
Dim instance As PDFGrayColor
Dim value As Double
 
instance.G = value
 
value = instance.G
public double G {get; set;}
public: __property double get_G();
public: __property void set_G( 
   double value
);
public:
property double G {
   double get();
   void set (    double value);
}

Property Value

Gray level of the color.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFGrayColor Class
PDFGrayColor Members