[This is preliminary documentation and is subject to change.]

Gets the file size in bytes.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public long FileSize { get; private set; }
Visual Basic (Declaration)
Public Property FileSize As Long
Visual C++
public:
property long long FileSize {
	long long get ();
	void set (long long value);
}

See Also