Reflection
PrinterFontName Property


Gets or sets the font used by Reflection when printing.

Syntax
'Declaration
 
Property PrinterFontName As String
'Usage
 
Dim instance As IPrinting
Dim value As String
 
instance.PrinterFontName = value
 
value = instance.PrinterFontName
string PrinterFontName {get; set;}

Property Value

The default value is "".

Reflection uses the default printer font if this property is set to an empty string ("") or if the UseDefaultPrinterFont property is set to True.

This value is not case sensitive. The maximum length of this string is 32 characters.

See Also