Skip to main content
All docs
V26.1
  • 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

    public NamedActionName ActionName { get; set; }

    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.

    Print

    Prints the document.

    See Also