Click or drag to resize

DocumentSaveEventArgs Constructor

Initializes a new instance of the DocumentSaveEventArgs class.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DocumentSaveEventArgs(
	string saveFolderPath,
	string fileName,
	RandomAccessImageSource imageSource = null,
	IDictionary<string, string> saveParams = null
)

Parameters

saveFolderPath
Type: System.String
Relative folder path where the document will be saved.
fileName
Type: System.String
File name to use while saving the document.
imageSource (Optional)
Type: Atalasoft.Imaging.RandomAccessImageSource
An ImageSource that contains the collection of the pages prepared to be saved.
saveParams (Optional)
Type: System.Collections.Generic.IDictionary<String, String>
The optional document save parameters.
See Also