Visit Gigasoft's Web Site
 ProEssentials v9 Help

PrintTechnology

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Int32

Default

PEPT_GDI

.NET

PeUserInterface.Dialog.PrintTechnology

Ocx|Vcl

PrintTechnology

DLL

PEP_nPRINTTECHNOLOGY

 

Purpose

This property controls how the chart's image is prepared as a bitmap and sent to printer when PrintDpi is non-zero.

 

.NET Gigasoft.Enums.

ActiveX and

 

PrintTechnology.

DLL Constants

Description

Gdi

PEPT_GDI (0)

Uncompressed BMP is prepared and sent to printer via GDI calls.

GdiPlus

PEPT_GDIPLUS(1)

Image is prepared as a compressed PNG and sent to printer via GdiPlus calls.

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).

ePrintTechnology = (xPrintGdi, xPrintGdiPlus);

 

Comments

PeUserInterface.Dialog.PrintTechnology members of Pego.PeUserInterface.Dialog, Pesgo.PeUserInterface.Dialog, Pe3do.PeUserInterface.Dialog, Pepso.PeUserInterface.Dialog, Pepco.PeUserInterface.Dialog

 

See Also: PrintDpi, PEprintgraph, PEprintgraphEx, PElaunchprintdialog