The width of the image.

Namespace: TallComponents.PDF.Layout.Shapes
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 KeepAspectRatio is set: If both the height and width are not specified: use PhysicalWidth and PhysicalHeight.

Width is specified, no height specified: The height is calculated from the width (and height property is ignored).

Height is specified, no width specified: The width is calculated from the height (and width property is ignored).

If both the height and width are specified: fit into area.

See Also