GoToURIAction
Overview
GoToURIAction är en typ i Aspose.PDF FOSS för Go.
GoToURIAction öppnar en URI i användarens standardhandlare (typiskt en webbläsare).
Denna typ ger 3 metoder för att arbeta med GoToURIAction objekt i Go-program. Tillgängliga metoder inkluderar: ActionType, SetURI, URI. Alla offentliga medlemmar är tillgängliga för alla Go-ansökningar efter att ha installerat Aspose.PDF FOSS for Go paket.
Methods
| Signature | Description |
|---|---|
ActionType() → ActionType | Återställer åtgärdstypen. |
URI() → string | URI returnerar destination Uri. |
SetURI(uri: string) | SetURI uppdaterar destination URI. |