Gets or sets the image format of the resulting image.

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

Syntax

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

See Also