asposecells.api

Class PdfCompressionCore

Utility class containing constants. Specifies a type of compression applied to all content in the PDF file except images.

Field Summary
const  intNONE
None
const  intRLE
Rle
const  intLZW
Lzw
const  intFLATE
Flate
 

    • Field Detail

      • NONE

        const int NONE
        None
      • RLE

        const int RLE
        Rle
      • LZW

        const int LZW
        Lzw
      • FLATE

        const int FLATE
        Flate