PdfViewerSaveDocument Method (String, String)Terminal Works - PDF Printing.Net Library
Saves the document.

Namespace: PdfViewerNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfSaveFileStatus SaveDocument(
	string fileName,
	string outputFileName
)

Parameters

fileName
Type: SystemString
Name of the PDF document to be saved.
outputFileName
Type: SystemString
Path to the output PDF document

Return Value

Type: PdfSaveFileStatus
Status of save PDF action
See Also

Reference