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

The file size of the document (in KB).

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public double FileSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property FileSize As Double
Visual C++
public:
property double FileSize {
	double get ();
}

See Also