ResolveDocumentUriEventArgsDocumentStream Property |
Stream used to override the default file system save while saving the document.
Setting this property will take precedence over using
the
DocumentUri property.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic Stream DocumentStream { get; set; }Public Property DocumentStream As Stream
Get
Set
Property Value
Type:
Stream
See Also