NamedAction.ActionName Property
The name of the named action that should be performed.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| NamedActionName | The action name. |
Available values:
| Name | Description |
|---|---|
| NextPage | Opens the next document page. |
| PreviousPage | Opens the previous document page. |
| FirstPage | Opens the first document page. |
| LastPage | Opens the last document page. |
Prints the document. |
See Also