Get the amount of vertical translation of this paragraph.

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

Syntax

C#
public double VerticalOffset { get; }
Visual Basic
Public ReadOnly Property VerticalOffset As Double
	Get

Remarks

The Top and Bottom arguments of the PrintParagraph, BreakParagraph, ContinueParagraph and EndParagraph must be increased by the value of this property to determine the final position of this paragraph.

See Also