AutoPdfFormFieldSetFont(Byte, FontStyle) Method
Use a font given by its binary data and style
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void SetFont(
byte[] fontData,
FontStyle fontStyle
)
Public Sub SetFont (
fontData As Byte(),
fontStyle As FontStyle
)
public:
void SetFont(
array<unsigned char>^ fontData,
FontStyle fontStyle
)
member SetFont :
fontData : byte[] *
fontStyle : FontStyle -> unit
Parameters
- fontData Byte
- The font data
- fontStyle FontStyle
- The font style