Gets or sets the image format of the resulting image. Default is JPEG.

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 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