DocumentSaveEventArgsDocumentStream Property |
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.
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 Stream DocumentStream { get; set; }
Public Property DocumentStream As Stream
Get
Set
Property Value
Type:
StreamRemarks
When this property is set up, then the
DocumentStreamName should be filled so the file name
can be handled by the client-side JavaScript code.
See Also