  | 
PdfFormFieldTextBoxSetFont Method (Byte, String) | 
 
            Set font with encoding.
            
 
    Namespace: 
   SelectPdf.Forms
    Assembly:
   Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntaxpublic void SetFont(
	byte[] fontBytes,
	string encoding
)
Public Sub SetFont ( 
	fontBytes As Byte(),
	encoding As String
)
Parameters
- fontBytes
 - Type: SystemByte
Bytes of the file containing the font. - encoding
 - Type: SystemString
Font encoding. 
See Also