This documentation is deprecated and will no longer be updated. Please use the official documentation at vanillapdf.readthedocs.io.
Vanilla.PDF  2.3.0
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_actions.h File Reference

This file contains functions for working with PDF actions. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

Go to the source code of this file.

Enumerations

enum  ActionType {
  ActionType_Undefined = 0 , ActionType_GoTo , ActionType_GoToRemote , ActionType_URI ,
  ActionType_Launch , ActionType_Named , ActionType_JavaScript
}
 Derived types of ActionHandle. More...
 

Detailed Description

This file contains functions for working with PDF actions.

Enumeration Type Documentation

◆ ActionType

enum ActionType

Derived types of ActionHandle.

Enumerator
ActionType_Undefined 

Undefined unitialized default value, triggers error when used.

ActionType_GoTo 

A go-to action changes the view to a specified destination within the same document.

ActionType_GoToRemote 

A remote go-to action jumps to a destination in another PDF file.

ActionType_URI 

A URI action causes a URI to be resolved.

ActionType_Launch 

A launch action launches an application or opens a document.

ActionType_Named 

A named action executes a predefined action.

ActionType_JavaScript 

A JavaScript action causes a script to be compiled and executed.