PrintOrientation Property

PrintRight Property

Introduction

 

PrintPath Property This function is for printing purposes


 

This property allows you to chose a printer, which is used to print. The name of the printer you specify should EXACTLY match the printer name in the Printers Folder in Control Panel.

 

Syntax

FlpGrf.PrintPath = printPathSTR

 

The PrintPath property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph Control object.

printPathSTR

A string with the exact printer name, a NULL string will use the default printer.

 

Remarks

This property must be set before PrintNow or PrintMultiInit is issued. It is generally not advised to use this property, unless you are absolutely sure what printer will be attached to the computer the program is used on, as it will cause a runtime error if specified printer does not exist. If you need a choice as to where to print to, consider setting PrintNow to 2 instead of 1 to allow the user to select a printer before you start to print.


 

See Also

All Print Routines



PrintOrientation Property PrintRight Property

 

 

Last modified on: Friday, August 16, 2002