GoToURIAction
Overview
GoToURIAction is a type in Aspose.PDF FOSS for Go.
GoToURIAction opens a URI in the user’s default handler (typically a web browser).
This type provides 3 methods for working with GoToURIAction objects in Go programs.
Available methods include: ActionType, SetURI, URI.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
ActionType() → ActionType | Returns the action type. |
URI() → string | URI returns the destination URI. |
SetURI(uri: string) | SetURI updates the destination URI. |