CADability dotNET
Gets or sets the width of the total layout area. When printing the layout this is assumed to be in mm

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

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

See Also