IPDFDocumentSetFontStyle Method (String, Int32) |
Set the font style for the PDFDocument.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void SetFontStyle(
string font_type,
int font_type_size
)
Sub SetFontStyle (
font_type As String,
font_type_size As Integer
)
Parameters
- font_type
- Type: SystemString
The name of the font to use, ie, "Arial" or "TimesNewRoman". - font_type_size
- Type: SystemInt32
The size of the font to be used.
See Also