|
PdfFormFieldTextBoxSetFont Method (Byte) |
Set font.
Namespace:
SelectPdf.Forms
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public void SetFont(
byte[] fontBytes
)
Public Sub SetFont (
fontBytes As Byte()
)
Parameters
- fontBytes
- Type: SystemByte
Bytes of the file containing the font.
Remarks Font uses Identity-H as default encoding.
See Also