IPDFDocumentSetFontStyle Method (String, Int32, Boolean) |
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,
bool font_auto_size
)
Sub SetFontStyle (
font_type As String,
font_type_size As Integer,
font_auto_size As Boolean
)
Parameters
- font_type
- Type: SystemString
The Font type to use, ie "Arial", "TimesNewRoman" - font_type_size
- Type: SystemInt32
The Default size of the font to use - font_auto_size
- Type: SystemBoolean
If true, the font will default at the value set for font_type_size, and will be sized smaller if necessary
See Also