Namespace TallComponents.PDF.Layout.Paragraphs

Class Drawing

Can hold shapes (Graphical elements).

The drawing class is a specialization of paragraph. All members of paragraph are members of drawing as well. Like any paragraph, a drawing can be added to any paragraph collection, e.g. section, table cell, header and footer. The drawing has a collection of shapes. You draw by adding shapes to this collection.

Syntax

public class Drawing : Paragraph

Constructors

Properties

Methods