Returns or sets the compression type of TIFF files.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public DWTTIFFCompressionType TIFFCompressionType { get; set; } |
| Visual Basic |
|---|
Public Property TIFFCompressionType As DWTTIFFCompressionType Get Set |
Remarks
| Allowed Values | Description |
|---|---|
| DWTPDFCompressionType.enumAutoEncode | Auto mode |
| DWTPDFCompressionType.enumCCITTFax4Encode | CCITT Group 4 fax encoding |
| DWTPDFCompressionType.enumFlateEncode | Flate encoding |
| DWTPDFCompressionType.enumJPEGEncode | JPEG encoding |
Exceptions
| Exception | Condition |
|---|---|
| Dynamsoft.DotNet.TWAIN..::..TwainException | When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString. |