Click or drag to resize

DocumentSaveEventArgs Properties

The DocumentSaveEventArgs type exposes the following members.

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
See Also