PDFView4NET WinForms Edition
C Property




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

Property Value

Cyan 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