asposecells.api

Class ColorDepth

Utility class containing constants. Enumerates Bit Depth Type for tiff image.

Field Summary
const  intDEFAULT
Default value, not set value.
const  intFORMAT_1_BPP
1 bit per pixel
const  intFORMAT_4_BPP
4 bits per pixel
const  intFORMAT_8_BPP
8 bits per pixel
const  intFORMAT_24_BPP
24 bits per pixel
const  intFORMAT_32_BPP
32 bits per pixel
 

    • Field Detail

      • DEFAULT

        const int DEFAULT
        Default value, not set value.
      • FORMAT_1_BPP

        const int FORMAT_1_BPP
        1 bit per pixel
      • FORMAT_4_BPP

        const int FORMAT_4_BPP
        4 bits per pixel
      • FORMAT_8_BPP

        const int FORMAT_8_BPP
        8 bits per pixel
      • FORMAT_24_BPP

        const int FORMAT_24_BPP
        24 bits per pixel
      • FORMAT_32_BPP

        const int FORMAT_32_BPP
        32 bits per pixel