REFERENCE MANUAL
#include <hps.h>
Classes | |
class | ExportOptionsKit |
Public Types | |
enum | Driver { PDF, Postscript } |
Static Public Member Functions | |
static IOResult | Export (char const *in_filename, Driver in_driver_type, WindowKey const &in_window, ExportOptionsKit const &in_options) |
Encapsulates all the functions and options related to exporting Hardcopy files.
|
strong |
The Driver indicates whether the hardcopy will be exported as PDF or Postscript
|
static |
Export to a PDF or Postscript file
in_filename | The output filename |
in_driver_type | The hardcopy driver to use. |
in_window | The window to print. |
in_options | Export options such as resolution, size and wysiwyg. |