Get or set if the fragment is rendered as an outline.

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

Syntax

C#
public bool Outline { get; set; }
Visual Basic
Public Property Outline As Boolean
	Get
	Set

Remarks

If the outline is set the characters will only draw the outline edges and the area will not be filled.

See Also