REFERENCE MANUAL
Encapsulates all the functions and options related to exporting Hardcopy files. More...
Classes | |
class | ExportOptionsKit |
The Hardcopy::File::ExportOptionsKit class contains settings controlling hardcopy export. More... | |
Public Types | |
enum | Driver { PDF = 0, Postscript = 1 } |
The Driver indicates whether the hardcopy will be exported as PDF or Postscript More... | |
Static Public Member Functions | |
static HPS.IOResult | Export (string in_filename, HPS.Hardcopy.File.Driver in_driver_type, HPS.WindowKey in_window, HPS.Hardcopy.File.ExportOptionsKit in_options) |
Export to a PDF or Postscript file More... | |
Encapsulates all the functions and options related to exporting Hardcopy files.
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. |