GoToURIAction

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

SignatureDescription
ActionType()ActionTypeReturns the action type.
URI()stringURI returns the destination URI.
SetURI(uri: string)SetURI updates the destination URI.

See Also