Gets or sets a value that indicates the type of compression that is used by the resulting Tagged Image File Format (TIFF) image. Default is LZW.

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 TiffCompression TiffCompression { get; set; }
Visual Basic
Public Property TiffCompression As TiffCompression
	Get
	Set
Visual C++
public:
property TiffCompression TiffCompression {
	TiffCompression get ();
	void set (TiffCompression value);
}

See Also