Show internal Dialogs

<< Click to Display Table of Contents >>

Navigation:  Commands >

Show internal Dialogs

COMPDF_DocumentProperties = 1

 

Display a dialog which shows a dialog with the information strings inside the current PDF file.

 

COMPDF_ShowAbout  = 6;

 

Display the about box of the viewer control. It contains the version number and release date of the engine.

 

COMPDF_PrinterSetup  = 30

 

Show printer selection and setup dialog

 

COMPDF_PrintDialog  = 32

 

Display the print dialog.

 

This commands can be used to preset the values for the print dialog:

COMPDF_SelectPrintDiaFromPage  = 56 - set the "from page" value

COMPDF_SelectPrintDiaToPage  = 57 - set the "to page" value

COMPDF_SelectPrintDiaDontCollate = 58 - unset the "collate" checkbox.