Add a new entry to the map without specifying the font name. The name will be extracted from the font program.

Namespace: TallComponents.PDF.Rasterizer.Configuration
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public void Add(
	Stream stream
)
Visual Basic
Public Sub Add ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The stream that holds the font program.

Remarks

The callee will cache the stream content so the stream does not have to be available after this call returns. The caller is responsible for closing this stream after this call returns.

See Also