PDFRasterizer.NET 4.0 is now available. Supports .NET Core. Renders pixel-perfectly.

Namespace TallComponents.PDF.Layout.Actions

Class GoToAction

A go-to action.

Instructs the PDF reader application to jump to a different position, determined by the

.

C# Document document = new Document(); Section section = document.Sections.Add(); TextParagraph text1 = new TextParagraph(); text1.Fragments.Add( new Fragment( "Jump to this paragraph" ) ); section.Add( text1 ); // The second paragraph links to the first using a GoToAction: Section section2 = document.Sections.Add(); TextParagraph text2 = new TextParagraph(); text2.Fragments.Add( new Fragment( "Click here" ) ); text2.Actions.Add( new GoToAction( new ParagraphDestination( text1 ) ); section.Add( text2 );

Syntax

public class GoToAction : Action

Constructors

Properties

Methods

Download TallPDF.NET 4.0
We will send you a download link

  • This field is for validation purposes and should be left unchanged.
Why do we ask your email address?
We send tips that speed up your evaluation
We let you know about bug fixes
You can always unsubscribe with one click
We never share your address with a 3rd party
Thank you for your download

We have sent an email with a download link.