| Package | stimulsoft.report.export.enums |
| Class | public class StiTiffCompressionScheme |
| Inheritance | StiTiffCompressionScheme Object |
| Constant | Defined By | ||
|---|---|---|---|
| CCITT3 : int = 3 [static] | StiTiffCompressionScheme | ||
| CCITT4 : int = 4 [static] | StiTiffCompressionScheme | ||
| Default : int = 20 [static] | StiTiffCompressionScheme | ||
| LZW : int = 2 [static] | StiTiffCompressionScheme | ||
| None : int = 6 [static] | StiTiffCompressionScheme | ||
| Rle : int = 5 [static] | StiTiffCompressionScheme | ||
| CCITT3 | Constant |
public static const CCITT3:int = 3| CCITT4 | Constant |
public static const CCITT4:int = 4| Default | Constant |
public static const Default:int = 20| LZW | Constant |
public static const LZW:int = 2| None | Constant |
public static const None:int = 6| Rle | Constant |
public static const Rle:int = 5