ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / TiffCompression Enumeration

In This Topic
    TiffCompression Enumeration
    In This Topic
    Specifies the Tagged Image File Format (TIFF) compression options.
    Syntax
    'Declaration
     
    Public Enum TiffCompression 
       Inherits System.Enum
    public enum TiffCompression : System.Enum 
    Members
    MemberDescription
    CCITT3Indicates a CCITT3 compression algorithm.
    CCITT4Indicates a CCITT4 compression algorithm.
    DontCareIndicates a suitable compression algorithm based on the image and pixel format.
    LZWIndicates a LZW compression algorithm.
    LZWHDifferencingIndicates an LZWH differencing algorithm.
    NoneIndicates no compression.
    RLEIndicates a RLE compression algorithm.
    ZIPIndicates a ZIP compression algorithm.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Bitmap.TiffCompression

    See Also