PrintDpiValue Property

PrintExactSizeHeight

Introduction

 

PrintExactSize Property This function is for printing purposesThere's an example available!


 

This property turns the exact printing on or off.

 

Syntax

FlpGrf.PrintExactSize = exactSet

 

The PrintExactSize Property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph Control object.

exactSet

A numeric expression, specifying the setting type:
0 - off
1 - Inches

 

Remarks

This property encapsulates extremely useful functionality. If you need to print a graph knowing that it is exactly 1 inch between the ticks - this property can help. In order for this to work you first turn this functionality on. Then you set the Top and Left print margins. After that you need to set the size of the control using PrintExactSizeWidth and PrintExactSizeHeight properties. After that you can place your graph. For more information please see the ExactPrint example.


 

See Also

All Print Routines, PrintYResolution Property



PrintDpiValue Property PrintExactSizeHeight

 

 

Last modified on: Friday, August 16, 2002