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: 4.0.3500.0 (4.0.3500.1)
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); } |