HiQPdf Documentation

PdfDocumentCreateFontFromData Method (Byte)

Quickly Create High Quality PDFs
Creates a system font from font data and adds it to PDF document

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfFont CreateFontFromData(
	byte[] fontData
)

Parameters

fontData
Type: SystemByte
The font data

Return Value

Type: PdfFont
The PDF font
See Also

Reference