HPS.Hardcopy.File Class Reference
Encapsulates all the functions and options related to exporting HPS.Hardcopy files. More...
Classes | |
class | ExportOptionsKit |
The HPS.Hardcopy.File.ExportOptionsKit class contains settings controlling hardcopy export. Calling HPS.Hardcopy.File.ExportOptionsKit.GetDefault() will return an options kit with values found in here. 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... | |
Detailed Description
Encapsulates all the functions and options related to exporting HPS.Hardcopy files.
Member Enumeration Documentation
The Driver indicates whether the hardcopy will be exported as PDF or Postscript
Member Function Documentation
|
inlinestatic |
Export to a PDF or Postscript file
- Parameters
-
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.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Hardcopy.cs