PDFView4NET WinForms Edition
M Property




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

Property Value

Magenta 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