Table of Contents

Class ExplicitDestination

Namespace
UglyToad.PdfPig.Outline.Destinations
Assembly
UglyToad.PdfPig.dll

A destination location in the same file.

public class ExplicitDestination
Inheritance
ExplicitDestination
Inherited Members

Constructors

ExplicitDestination(int, ExplicitDestinationType, ExplicitDestinationCoordinates)

Create a new ExplicitDestination.

public ExplicitDestination(int pageNumber, ExplicitDestinationType type, ExplicitDestinationCoordinates coordinates)

Parameters

pageNumber int
type ExplicitDestinationType
coordinates ExplicitDestinationCoordinates

Properties

Coordinates

The display coordinates of the destination.

public ExplicitDestinationCoordinates Coordinates { get; }

Property Value

ExplicitDestinationCoordinates

PageNumber

The page number (1-based) of the destination.

public int PageNumber { get; }

Property Value

int

Type

The display type of the destination.

public ExplicitDestinationType Type { get; }

Property Value

ExplicitDestinationType