Describes a location inside this 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 InternalPageDestination : Destination
Visual Basic
<SerializableAttribute> _
Public Class InternalPageDestination _
	Inherits Destination

Remarks

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!

Inheritance Hierarchy

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

See Also