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