Programming with Reflection
PrintDefaultFont property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) font information for the Window's printer driver.
The default is "unknown, 0".
This can be any string that specifies valid font information for your current Window's printer driver. For example:
Session.PrintDefaultFont = "Courier, 10"
This string can be up to 220 characters long.