AccusoftPrintPro8 ActiveX DLL > PrintPro Object : Font Property |
Visual Basic |
---|
Public Property Font As Font |
Use the Font property of an object to identify a specific Font object whose properties you want to use.
For example, the following code changes the Bold property setting of a Font object identified by the Font property of a PrintPRO control:
PrintPRO1.Font.Bold = True