This documentation is archived and is not being maintained.

Image.PixelFormat Property

Gets the pixel format for this Image object.

[Visual Basic]
Public ReadOnly Property PixelFormat As PixelFormat
[C#]
public PixelFormat PixelFormat {get;}
[C++]
public: __property PixelFormat get_PixelFormat();
[JScript]
public function get PixelFormat() : PixelFormat;

Property Value

A PixelFormat enumeration that represents the pixel format for this Image object.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Image Class | Image Members | System.Drawing Namespace

Show: