Gets or sets the image format of the resulting image.

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

Syntax

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

See Also