Overide this method to construct custom shapes.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
protected virtual void Compose()
Visual Basic
Protected Overridable Sub Compose

Remarks

To build custom shapes, derive a class from Shapes and provide an implementation of Compose. This method is called just before PDF generation starts. Add shapes to create a custom appearance.

See Also