Gets the typical width of pages contained in the page content.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Field Value

The width.

See Also