Click or drag to resize

PdfGeneratedDocumentSave Method (String, PdfSaveOptions, EventHandlerRenderProgressEventArgs)

Saves the document to the specified output file.

Namespace:  Atalasoft.PdfDoc.Generating
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Save(
	string outputFile,
	PdfSaveOptions saveOptions,
	EventHandler<RenderProgressEventArgs> progressHandler
)

Parameters

outputFile
Type: SystemString
The path to the output file.
saveOptions
Type: Atalasoft.PdfDocPdfSaveOptions
Options for saving the Pdf document. This parameter may be .
progressHandler
Type: SystemEventHandlerRenderProgressEventArgs
The progress handler.
See Also