Gets or sets the maximum allowed size of the file, in KB.

Namespace: RTE
Assembly: 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);
}

Field Value

The size of the file.

See Also