PDFView4NET WinForms Edition
Y Property (PDFCmykColor)




O2S.Components.PDFView4NET.Graphics Namespace > PDFCmykColor Class : Y Property
Gets or sets the yellow component of the color.
Syntax
'Declaration
 
Public Property Y As Double
'Usage
 
Dim instance As PDFCmykColor
Dim value As Double
 
instance.Y = value
 
value = instance.Y
public double Y {get; set;}
public: __property double get_Y();
public: __property void set_Y( 
   double value
);
public:
property double Y {
   double get();
   void set (    double value);
}

Property Value

Yellow component 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

PDFCmykColor Class
PDFCmykColor Members