Classes |
Public Types |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
HPS.Hardcopy.File Class Reference
Inheritance diagram for HPS.Hardcopy.File:

Classes | |
class | ExportOptionsKit |
Public Types | |
enum | Driver : uint { PDF = 0x00000000, Postscript = 0x00000001 } |
The Driver indicates whether the hardcopy will be exported as PDF or Postscript More... | |
Public Member Functions | |
virtual void | Dispose () |
File (HPS.Hardcopy.File in_that) | |
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... | |
Protected Member Functions | |
virtual void | deleteCptr () |
Protected Attributes | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
Encapsulates all the functions and options related to exporting HPS.Hardcopy files.
Member Enumeration Documentation
enum HPS.Hardcopy.File.Driver : uint |
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 name of the output file to export 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