PdfFont.Save Method (String)

Saves the font bytes to the file with specified name.

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

Syntax

C#
public void Save(
	string fileName
)
VB
Public Sub Save ( 
	fileName As String
)

Parameters

fileName
Type: System.String
Name of the file to save font bytes to.

See Also