Click or drag to resize

DocumentSaveEventArgs Class

Passed to the DocumentSave event handler so the default file system based save method can be overridden.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Atalasoft.Imaging.WebControlsDocumentSaveEventArgs

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 class DocumentSaveEventArgs : EventArgs

The DocumentSaveEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDocumentSaveEventArgs
Initializes a new instance of the DocumentSaveEventArgs class.
Top
Properties
  NameDescription
Public propertyAnnotationStream
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.
Public propertyDocumentStream
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.
Public propertyDocumentStreamName
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.
Public propertyFileName
Gets a name of the document being saved.
Public propertyImageSource
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.
Public propertyOverwrite
Gets or sets a flag indicating whether or not the file should be overwritten if it already exists. Default is .
Public propertyParams
Gets an additional document save parameters passed by client side code.
Public propertyPreventDefaultSaving
Gets or sets a flag that prevents calling the default save operation into the DocumentStream or by save path SaveFolderFileName.
Public propertySaveFileFormat
Gets or sets a format to save the destination file into.
Public propertySaveFolder
Gets a relative folder path where the file will be saved.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also