Class ExplicitDestination

ExplicitDestination class

Represents the base class for explicit destinations in PDF document.

public abstract class ExplicitDestination : IAppointment

Properties

NameDescription
Page { get; }Gets the destination page object
PageNumber { get; }Gets the destination page number

Methods

NameDescription
static CreateDestination(int, ExplicitDestinationType, params double[])Creates instances of ExplicitDestination descendant classes.
static CreateDestination(Page, ExplicitDestinationType, params double[])Creates instances of ExplicitDestination descendant classes.
abstract ToString()Returns string representation of ExplicitDestination object.

See Also