Initializes a new empty instance of the Fragment class.

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

Syntax

C#
public Fragment()
Visual Basic
Public Sub New

Remarks

Create a new empty fragment with default properties. The default font is Helvetica at 12pt.

See Also