Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes.SvgShapeModel

SvgShapeModel.Width Property

The width of the svg image.

csharp
public double Width { get; set; }

Property Value

System.Double

Remarks

If KeepAspectRatio is set:
<pare>If both the height and width are not specified: use PhysicalWidth and PhysicalHeight.</pare>

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.