Group3Options Enumeration |
Options for CCITT Group 3/4 fax encoding.
Possible values for GROUP3OPTIONS / TiffTag.T4OPTIONS and
TiffTag.GROUP4OPTIONS / TiffTag.T6OPTIONS tags.
Namespace:
Aspose.CAD.FileFormats.Tiff.Enums
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax [FlagsAttribute]
public enum Group3Options
<FlagsAttribute>
Public Enumeration Group3Options
[FlagsAttribute]
public enum class Group3Options
[<FlagsAttribute>]
type Group3Options
Members
| Member name | Value | Description |
---|
| Encoding1D | 0 |
1-dimensional coding. (default)
|
| Encoding2D | 1 |
2-dimensional coding.
|
| Uncompressed | 2 |
Data not compressed.
|
| FillBits | 4 |
Fill to byte boundary.
|
See Also