Gets or sets the maximum allowed size of the file, in KB.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C# |
---|
public int MaxSizeKB { get; set; } |
Visual Basic |
---|
Public Property MaxSizeKB As Integer Get Set |
Visual C++ |
---|
public: property int MaxSizeKB { int get (); void set (int value); } |