TPreviewParams
Declaration
type TPreviewParams = set of (ppALL, ppAUTO, ppJPEG, ppTIFF, ppGIF, ppBMP, ppPNG, ppJ2000, ppPDF);
Description
Specify which pages are included in the IO Parameters dialog:
| Value | Description |
| ppALL | Show all pages |
| ppAUTO | Show the relevant page for the current file type (i.e. as specified in Params.FileType) |
| ppJPEG | Show JPEG parameters |
| ppTIFF | Show TIFF paramaters |
| ppGIF | Show GIF parameters |
| ppBMP | Show BMP parameters |
| ppPNG | Show PNG parameters |
| ppJ2000 | Show JPEG2000 parameters |
| ppPDF | Show PDF parameters for native PDF saving (not PDFium) |
Note: The following legacy formats have been removed: ppPCX, ppTGA