Overview

Sample Code

Programming Guide

API Reference

Support

HPS.Hardcopy Class Reference

The Hardcopy class attempts to reproduce the scene graph to each of its supported export types. This includes printing to physical paper and 2D PDF.Default values for the various fields of the Hardcopy class can be found here. More...

Classes

class  File
 Encapsulates all the functions and options related to exporting HPS::Hardcopy files. More...
 
class  GDI
 

Public Types

enum  ResolutionUnits { ResolutionUnits.DPCM = 0, ResolutionUnits.DPI = 1, ResolutionUnits.DotsPerCentimeter = 0, ResolutionUnits.DotsPerInch = 1 }
 The Hardcopy::Resolution class is a concept class for hardcopy output-resolution-related enum classes. More...
 
enum  SizeUnits { SizeUnits.Centimeters = 0, SizeUnits.Inches = 1 }
 The Hardcopy::Size class is a concept class for hardcopy output-size-related enum classes. More...
 

Detailed Description

The Hardcopy class attempts to reproduce the scene graph to each of its supported export types. This includes printing to physical paper and 2D PDF.Default values for the various fields of the Hardcopy class can be found here.

Member Enumeration Documentation

The Hardcopy::Resolution class is a concept class for hardcopy output-resolution-related enum classes.

Enumerator
DPCM 

Dots Per Centimeter.

DPI 

Dots Per Inch.

DotsPerCentimeter 

Dots Per Centimeter.

DotsPerInch 

Dots Per Inch.

The Hardcopy::Size class is a concept class for hardcopy output-size-related enum classes.

Enumerator
Centimeters 

Centimeters.

Inches 

Inches.


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