FontApi.GetFontDataApi Method

PDF File Writer

FontApiGetFontDataApi Method

Gets font data tables

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public byte[] GetFontDataApi(
	int Offset,
	int BufSize
)

Parameters

Offset
Type: SystemInt32
Table offset
BufSize
Type: SystemInt32
Table size

Return Value

Type: Byte
Table info as byte array
See Also