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

The margin ratio of the page

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

Syntax

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

See Also