< Home

< Table of Contents

REFERENCE MANUAL

Hardcopy::File Class Reference

#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)
 

Detailed Description

Encapsulates all the functions and options related to exporting Hardcopy files.

Member Enumeration Documentation

The Driver indicates whether the hardcopy will be exported as PDF or Postscript

Member Function Documentation

static IOResult Hardcopy::File::Export ( char const *  in_filename,
Driver  in_driver_type,
WindowKey const &  in_window,
ExportOptionsKit const &  in_options 
)
static

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: