Get/Set pixel format of the bitmap

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEImage..::..PixelFormat Format { get; set; }
Public Property Format As IEImage..::..PixelFormat
	Get
	Set
public:
property IEImage..::..PixelFormat Format {
	IEImage..::..PixelFormat get ();
	void set (IEImage..::..PixelFormat value);
}

See Also