DocumentSavedEventArgs Constructor Terminal Works - PDF Printing.Net Library
Initializes a new instance of the DocumentSavedEventArgs class.

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

public DocumentSavedEventArgs(
	string fileName,
	string newFileName
)

Parameters

fileName
Type: SystemString
Name of the original file name. Empty if it was byte[]
newFileName
Type: SystemString
Name of the new file name. It can be the same as fileName.
See Also

Reference