Click or drag to resize

FontSubstitutionMapAdd Method (String, Stream)

Add a new entry to the map.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Add(
	string fontName,
	Stream stream
)

Parameters

fontName
Type: SystemString
The name of the font to map.
stream
Type: System.IOStream
The stream that holds the font program.
See Also