Click or drag to resize
PdfCMapAddBfRange Method
Adds the supplied glyph index to unicode value mapping.

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void AddBfRange(
	int glyphIndex,
	int unicodeValue
)

Parameters

glyphIndex
Type: SystemInt32
unicodeValue
Type: SystemInt32
See Also