XTextStyle Font Property. The current Font ID. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] int

[Visual Basic]
Integer
0 No The current Font ID.

 

   

Notes
 

The font used for drawing text.

This property holds the current Font ID and determines the style of text that is added to the document using methods like Doc.AddText.

To get a Font ID you need to add your font to the current document using the Doc.AddFont method. See the Doc.Font property for further details.

 

   

Example
 

None.