Class NamedDestination

NamedDestination class

Instead of being defined directly with the explicit syntax, a destination may be referred to indirectly by means of a name object or a byte string.

public sealed class NamedDestination : IAppointment

Constructors

NameDescription
NamedDestination(Document, string)Create named destination.

Properties

NameDescription
Name { get; }Gets the name of named destination.

Methods

NameDescription
override ToString()Converts destination to string value.

See Also