DocumentSaveEventArgsPreventDefaultSaving Property |
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; }
Public Property PreventDefaultSaving As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
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