The 0-based position at which the word will be broken into parts.

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

Syntax

C#
public int BreakAt { get; set; }
Visual Basic
Public Property BreakAt As Integer
	Get
	Set

Remarks

By default this value will be set the the default behavior.

Example: BreakAt=4 on 'WordBreak' results in 'Word'-'Break'.

See Also