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
inttype
ExplicitDestinationTypecoordinates
ExplicitDestinationCoordinates
Properties
Coordinates
The display coordinates of the destination.
public ExplicitDestinationCoordinates Coordinates { get; }
Property Value
PageNumber
The page number (1-based) of the destination.
public int PageNumber { get; }
Property Value
Type
The display type of the destination.
public ExplicitDestinationType Type { get; }