Gets the size of the file.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public int FileSize { get; }
Visual Basic
Public ReadOnly Property FileSize As Integer
	Get
Visual C++
public:
property int FileSize {
	int get ();
}

Field Value

The size of the file.

See Also