The width of the virtual canvas on which child shapes are positioned. This implies a coordinate system transformation.

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

Syntax

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

Remarks

Setting the VirtualHeight to anything other than Height will cause the child shapes to scale appropriately.

Fields cannot be scaled. Using virtual height with fields may lead to unexpected results.

See Also