VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane.ImageEncoders Namespace / SaneTiffCompression Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
SaneTiffCompression Enumeration
In This Topic
Specifies available compression types for TIFF files.
Syntax
'Declaration

Public Enum SaneTiffCompression
   Inherits System.Enum

public enum SaneTiffCompression : System.Enum

Members
MemberDescription
NoneNo compression
CCITGroup4CCIT Group 4 Fax compression (for black-white images only)
LZWLZW compression (for any images)
ZIPZIP compression (for any images)
JPEGJPEG compression (for color images only)
AutoThe best compression algorithm is used automatically
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Sane.ImageEncoders.SaneTiffCompression

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also