DocumentSaveEventArgs Constructor |
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
)
Public Sub New (
saveFolderPath As String,
fileName As String,
Optional imageSource As RandomAccessImageSource = Nothing,
Optional saveParams As IDictionary(Of String, String) = Nothing
)
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