 |
PdfFormFieldTextBoxSetFont(Byte) Method |
Set font.
Namespace: SelectPdf.FormsAssembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntaxpublic void SetFont(
byte[] fontBytes
)
Public Sub SetFont (
fontBytes As Byte()
)
Parameters
- fontBytes Byte
- Bytes of the file containing the font.
RemarksFont uses Identity-H as default encoding.
See Also