Destination Constructor (Int32)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Destination class. For destinations on external document.

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Destination(
	int pageNumber
)

Parameters

pageNumber
Type: SystemInt32
The remote zero based page number.
Examples

C#
// create destination 
Destination destination = new Destination(0);
See Also

Reference