NamedAction
Overview
NamedAction is a type in Aspose.PDF FOSS for Go.
NamedAction triggers a built-in viewer command (FirstPage, Print, …).
This type provides 3 methods for working with NamedAction objects in Go programs.
Available methods include: ActionType, Name, SetName.
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. |
Name() → NamedActionType | Returns the name. |
SetName(n: NamedActionType) | Sets the name value. |