DocumentSaveEventArgs Class |
Namespace: Atalasoft.Imaging.WebControls
The DocumentSaveEventArgs type exposes the following members.
Name | Description | |
---|---|---|
DocumentSaveEventArgs |
Initializes a new instance of the DocumentSaveEventArgs class.
|
Name | Description | |
---|---|---|
AnnotationStream |
Gets or sets a stream used to override the default file system save while saving the annotations
portion of the document. Setting this property will take precedence over using
the SaveFolder and FileName properties.
| |
DocumentStream |
Gets or sets a stream used to override the default file system save while saving the image based
portion of the document. Setting this property will take precedence over using
the SaveFolder and FileName properties.
| |
DocumentStreamName |
Gets or sets a path to stream, where DocumentStream is located. This value will be passed to
the client-side and can be used by 'documentsaved' JavaScript event handler.
| |
FileName |
Gets a name of the document being saved.
| |
ImageSource |
Gets an image source where the collection of pages that will be saved is stored. At this point it is possible to use user-defined save.
| |
Overwrite |
Gets or sets a flag indicating whether or not the file should be overwritten if it already exists.
Default is .
| |
Params |
Gets an additional document save parameters passed by client side code.
| |
PreventDefaultSaving |
Gets or sets a flag that prevents calling the default save operation into the
DocumentStream or by save path SaveFolderFileName.
| |
SaveFileFormat |
Gets or sets a format to save the destination file into.
| |
SaveFolder |
Gets a relative folder path where the file will be saved.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |