Programming with Reflection

image\rwnprg32.gif PrinterFitFontToPage property

 

Syntax

object.PrinterFitFontToPage
object.PrinterFitFontToPage = Value

Works with

image\r124.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether Reflection automatically adjusts both height and width when calculating font size.

When this property is False, Reflection considers limiting factors of height or width when determining font size. Printed fonts will always be correctly proportioned, but the text may not fill the printed page.

When this property is True, both height and width are adjusted (based on the page size and the number of rows and columns on the page) when determining font size so that text will always fill the printed page. These adjustments may give the font a distorted appearance.

Values

The default value is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property