Get or set the horizontal extent of this area in points (1/72 inch).

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public double Width { get; set; }
Visual Basic
Public Property Width As Double
	Get
	Set

Remarks

If there is insufficient width to render the contents of the area, some of the content may not be rendered.

See Also