Returns or sets the compression type of TIFF files.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: 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 ValuesDescription
DWTPDFCompressionType.enumAutoEncodeAuto mode
DWTPDFCompressionType.enumCCITTFax4EncodeCCITT Group 4 fax encoding
DWTPDFCompressionType.enumFlateEncodeFlate encoding
DWTPDFCompressionType.enumJPEGEncodeJPEG encoding

Exceptions

ExceptionCondition
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.

See Also