CADability dotNET
Gets or sets the height 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 PaperHeight { get; set; }
Visual Basic
Public Property PaperHeight As Double
	Get
	Set
Visual C++
public:
property double PaperHeight {
	double get ();
	void set (double value);
}

See Also