AccusoftPrintPro8 ActiveX DLL : PP_SaveFileType Enumeration |
Option values which define the possible types of files generated.
Member | Value | Description |
---|---|---|
PP_SaveFileType_Bmp | 5 | (5) Bitmap (color) |
PP_SaveFileType_Default | 0 | (0) Default file and compression type. |
PP_SaveFileType_Emf | 6 | (6) Enhanced MetaFile |
PP_SaveFileType_PdfDefault | 8 | (8) PDF default. |
PP_SaveFileType_PdfG3 | 10 | (10) PDF with CCITT G3 compression (black and white compressed). |
PP_SaveFileType_PdfG32D | 11 | (11) PDF with CCITT G3 2D compression (black and white compressed). |
PP_SaveFileType_PdfG4 | 7 | (7) PDF with CCITT G4 compression (black and white compressed) |
PP_SaveFileType_PdfJbig2 | 12 | (12) PDF with JBig2 compression. |
PP_SaveFileType_PdfNoCompress | 9 | (9) PDF with no compression. |
PP_SaveFileType_PdfSeqJpeg | 13 | (13) PDF with sequential JPEG compression. |
PP_SaveFileType_Tif | 1 | (1) TIFF (Color) |
PP_SaveFileType_TifG3 | 2 | (2) TIFF with CCITT G3 compression (Black & white compressed) |
PP_SaveFileType_TifG32D | 3 | (3) TIFF with CCITT G3 2D compression (Black & white compressed) |
PP_SaveFileType_TifG4 | 4 | (4) TIFF with CCITT G4 compression (Black & white compressed) |
PP_SaveFileType_TifSeqJpeg | 14 | (14) TIFF with sequential JPEG compression. |