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

The document space for the storage information.

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

Syntax

C#
public double DocumentSpace { get; set; }
Visual Basic (Declaration)
Public Property DocumentSpace As Double
Visual C++
public:
property double DocumentSpace {
	double get ();
	void set (double value);
}

See Also