Click or drag to resize

DocumentSaveEventArgsDocumentStreamName Property

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.

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 string DocumentStreamName { get; set; }

Property Value

Type: String
Remarks
The value of this property ignored, if the DocumentStream is and PreventDefaultSaving is .
See Also