Create a new ParagraphDestination that points to a Paragraph.

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

Syntax

C#
public ParagraphDestination(
	Paragraph target
)
Visual Basic
Public Sub New ( _
	target As Paragraph _
)

See Also