Programming with Reflection
PrinterFitFontToPage property
Syntax |
object.PrinterFitFontToPage |
Works with |
|
Data type |
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.
The default value is False.