Click or drag to resize

DocumentSaveEventArgsPreventDefaultSaving Property

Gets or sets a flag that prevents calling the default save operation into the DocumentStream or by save path SaveFolderFileName.

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 bool PreventDefaultSaving { get; set; }

Property Value

Type: Boolean
Remarks
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