Create a new ParagraphDestination that points to a Paragraph.
Namespace: TallComponents.PDF.Layout.NavigationAssembly: 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 _ ) |
Parameters
- target
- Type: TallComponents.PDF.Layout.Paragraphs..::..Paragraph
The target Paragraph.