Gets or sets the predefined pixel format of the resulting image. The default value is BGR32.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

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

See Also