Initializes a new instance of the ImageSettings class with the specified image format.

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 ImageSettings(
	ImageFormat imageFormat
)
Visual Basic
Public Sub New ( _
	imageFormat As ImageFormat _
)
Visual C++
public:
ImageSettings(
	ImageFormat imageFormat
)

Parameters

imageFormat
Type: Neodynamic.SDK.Printing..::..ImageFormat
The image format.

See Also