Overview

Sample Code

Programming Guide

API Reference

Support

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

static HPS.IOResult HPS.Hardcopy.File.Export ( string  in_filename,
HPS.Hardcopy.File.Driver  in_driver_type,
HPS.WindowKey  in_window,
HPS.Hardcopy.File.ExportOptionsKit  in_options 
)
inlinestatic

Export to a PDF or Postscript file

Parameters
in_filenameThe output filename
in_driver_typeThe hardcopy driver to use.
in_windowThe window to print.
in_optionsExport options such as resolution, size and wysiwyg.

The documentation for this class was generated from the following file: