PdfDocument.Save Method (String, PdfSaveOptions)

Saves the document using the specified save options to the file with the specified name.

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

Syntax

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

Parameters

fileName
Type: System.String
The name of the file to save document to.
saveOptions
Type: BitMiracle.Docotic.Pdf.PdfSaveOptions
The save options to use.

See Also