Gets the size of the file.
Namespace: RTEAssembly: 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 (); } |