expression.PrinterFitFontToPage As Boolean
where expression is a variable that represents a Printing Object
Property Value
The default value is False.
When False, Reflection considers limiting factors of height or width when determining font size. Printed fonts are always correctly proportioned, but the text may not fill the printed page.
When 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 always fills the printed page.