VintaSoftTwain Control v6.0
In This Topic
    enumPdfCompression Enumeration
    In This Topic
    Description
    Specifies available compression algorithm which image can be saved to PDF file.
    Members
    MemberValueDescription
    PDFCOMPRESSION_Auto6Black-white image will be saved to PDF document with CCITT Group 4 Fax compression, palette and gray image will be saved with LZW compression, color image will be saved with JPEG compression.
    PDFCOMPRESSION_Ccitt41Image will be saved to PDF document with CCITT Group 4 Fax compression.
    PDFCOMPRESSION_Jpeg7Image will be saved to PDF document with JPEG compression.
    PDFCOMPRESSION_Lzw5Image will be saved to PDF document with LZW compression.
    PDFCOMPRESSION_None0Image will be saved to PDF document without compression.
    PDFCOMPRESSION_Zip8Image will be saved to PDF document with ZIP compression.