Can hold shapes (Graphical elements).
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
[SerializableAttribute] public class Drawing : Paragraph |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class Drawing _ Inherits Paragraph |
Remarks
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.
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Paragraphs..::..Bordered
TallComponents.PDF.Layout.Paragraphs..::..Paragraph
TallComponents.PDF.Layout.Paragraphs..::..Drawing
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Paragraphs..::..Bordered
TallComponents.PDF.Layout.Paragraphs..::..Paragraph
TallComponents.PDF.Layout.Paragraphs..::..Drawing