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

SignatureDescription
ActionType()ActionTypeReturns the action type.
Name()NamedActionTypeReturns the name.
SetName(n: NamedActionType)Sets the name value.

See Also