Click or drag to resize
PdfCMapAddBfRanges Method
Adds the supplied glyph -> unicode pairs.

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void AddBfRanges(
	IDictionary map
)

Parameters

map
Type: System.CollectionsIDictionary
Remarks
Both the key and value must be a int.
See Also