Gets or sets a value that indicates the type of compression that is used by the resulting Tagged Image File Format (TIFF) image.
Namespace: Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.0)
Syntax
C# |
---|
public TiffCompressOption TiffCompression { get; set; } |
Visual Basic |
---|
Public Property TiffCompression As TiffCompressOption Get Set |
Visual C++ |
---|
public: property TiffCompressOption TiffCompression { TiffCompressOption get (); void set (TiffCompressOption value); } |