PdfFont.Save Method (Stream)

Saves the font bytes to the specified stream.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void Save(
	Stream stream
)
VB
Public Sub Save ( 
	stream As Stream
)

Parameters

stream
Type: System.IO.Stream
The stream to save font bytes to.

See Also