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)
Syntaxpublic 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: 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