Describes a location inside this PDF document.

Namespace: TallComponents.PDF.Navigation
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class PageIndexDestination : ExplicitDestination
Visual Basic
Public Class PageIndexDestination _
	Inherits ExplicitDestination

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!

When extracting information from an existing document, this type will never be returned.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Navigation..::..Destination
    TallComponents.PDF.Navigation..::..ExplicitDestination
      TallComponents.PDF.Navigation..::..PageIndexDestination

See Also