Click or drag to resize
AceoffixCtrlSaveFileMaxSize Property
Gets or sets the max size of saving document by AceoffixCtrl, in bytes.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public int SaveFileMaxSize { get; set; }

Property Value

Type: Int32
The default value is 0 which means that there is no limit to the size of saving document.
Remarks
This property is used to limit the oversize document that user submits to the Web server.
See Also