  | 
PdfFormFieldTextBoxSetFont Method (String, String) | 
 
            Set font with encoding.
            
 
    Namespace: 
   SelectPdf.Forms
    Assembly:
   Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntaxpublic void SetFont(
	string fontFile,
	string encoding
)
Public Sub SetFont ( 
	fontFile As String,
	encoding As String
)
Parameters
- fontFile
 - Type: SystemString
File containing the font. - encoding
 - Type: SystemString
Font encoding. 
See Also