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: SystemString
Relative folder path where the document will be saved.
fileName
Type: SystemString
File name to use while saving the document.
imageSource (Optional)
Type: Atalasoft.ImagingRandomAccessImageSource
An ImageSource that contains the collection of the pages prepared to be saved.
saveParams (Optional)
Type: System.Collections.GenericIDictionaryString, String
The optional document save parameters.
See Also