Save the font substitution map.

Namespace: TallComponents.PDF.Configuration
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

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

Parameters

stream
Type: System.IO..::..Stream
Save to this stream.

See Also