Namespace TallComponents.PDF.Layout.Navigation
Class ParagraphDestination
Describes a location inside a PDF document.
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
that the destination references. Setting the position ( e.g. Left and Top ) has no effect.
Syntax
public class ParagraphDestination
: Destination
Constructors
ParagraphDestination()
Create a new ParagraphDestination.
ParagraphDestination(String)
Create a new ParagraphDestination that points to a identified by it's unique .
ParagraphDestination(Paragraph)
Create a new ParagraphDestination that points to a .