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

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.0)

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