Inesoft PrintCE SDK .NET
PrintCE::FontName Property

Name of the font used by functions prnDrawText(), prnDrawText2, prnDrawAlignedText() for printing.

C# Syntax: string value = object.FontName;
           
object.FontName = value;

VB Syntax: Dim value As String = object.FontName
           object.FontName =
value

Parameters

value

Set current font name

Return Value

value

return current font name

 


© 2009 Inesoft. All rights reserved.