Describes a location inside a PDF document.

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

Syntax

C#
[SerializableAttribute]
public class ParagraphDestination : Destination
Visual Basic
<SerializableAttribute> _
Public Class ParagraphDestination _
	Inherits Destination

Remarks

The paragraph destination is used to construct GoTo actions that jump to a location within the same document. Note that the exact location that the action jumps to is determined by the Paragraph that the destination references. Setting the position ( e.g. Left and Top ) has no effect.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout.Navigation..::..Destination
      TallComponents.PDF.Layout.Navigation..::..ParagraphDestination

See Also