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
| Signature | Description |
|---|---|
DestinationType() → DestinationType | DestinationType returns DestinationTypeNamed. |
Name() → string | Name returns the registered name this destination references. |
Page() → *Page | Page resolves the underlying destination’s page via the document’s NamedDestinations collection. |
Resolve() → Destination | Resolve returns the underlying explicit destination registered under this name, or nil if absent. |