NamedDestination

NamedDestination

Overview

NamedDestination is a type in Aspose.PDF FOSS for Go.

NamedDestination wraps a name reference into the document’s NamedDestinations collection.

This type provides 4 methods for working with NamedDestination objects in Go programs. Available methods include: DestinationType, Name, Page, Resolve. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.

Methods

SignatureDescription
DestinationType()DestinationTypeDestinationType returns DestinationTypeNamed.
Name()stringName returns the registered name this destination references.
Page()*PagePage resolves the underlying destination’s page via the document’s NamedDestinations collection.
Resolve()DestinationResolve returns the underlying explicit destination registered under this name, or nil if absent.

See Also