Namespace TallComponents.PDF.Layout.Navigation
Class InternalPageDestination
Describes a location inside this PDF document.
Allows to specify the pagenumber directly. This allows having references in event driven generation mode.
NOTE: By setting an invalid page (e.g.: page 99 in a 3 page document) this will result in a broken link!
Syntax
public class InternalPageDestination
: Destination
Constructors
InternalPageDestination()
Create a new Internal Page Destination.
InternalPageDestination(Int32)
Create a new InternalPageDestination.