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.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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);
} |
Property Value
Type:
TiffCompressionSee Also