AceoffixCtrlSaveFileMaxSize Property |
Gets or sets the max size of saving document by AceoffixCtrl, in bytes.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic int SaveFileMaxSize { get; set; }
Public Property SaveFileMaxSize As Integer
Get
Set
<asp:AceoffixCtrl SaveFileMaxSize="Int32" />
Property Value
Type:
Int32The default value is 0 which means that there is no limit to the size of saving document.
RemarksThis property is used to limit the oversize document that user submits to the Web server.
See Also