Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes

RectangleShapeModel Class

A rectangle drawn using a pen and brush.

csharp
public class RectangleShapeModel : TallComponents.UnoPdf.Client.Models.Pdf.Shapes.ShapeModel

Inheritance System.Object 🡒 ShapeModel 🡒 RectangleShapeModel

Remarks

The lower-left corner is defined by the X and Y properties of base class Shape.

Properties
HeightHeight of this rectangle.
WidthWidth of this rectangle.