|
PdfFormFieldTextBoxSetFont Method (String) |
Set font.
Namespace:
SelectPdf.Forms
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public void SetFont(
string fontFile
)
Public Sub SetFont (
fontFile As String
)
Parameters
- fontFile
- Type: SystemString
File containing the font.
Remarks Font uses Identity-H as default encoding.
See Also