DocumentSaveEventArgsPreventDefaultSaving 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 bool PreventDefaultSaving { get; set; }Public Property PreventDefaultSaving As Boolean
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