PDFView4NET WinForms Edition
B Property




O2S.Components.PDFView4NET.Graphics Namespace > PDFRgbColor Class : B Property
Gets or sets the blue component of the color.
Syntax
'Declaration
 
Public Property B As Byte
'Usage
 
Dim instance As PDFRgbColor
Dim value As Byte
 
instance.B = value
 
value = instance.B
public byte B {get; set;}
public: __property byte get_B();
public: __property void set_B( 
   byte value
);
public:
property byte B {
   byte get();
   void set (    byte value);
}

Property Value

Blue 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

PDFRgbColor Class
PDFRgbColor Members