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
List of all members
NamedActionHandle Class Reference

A named action provides a way to execute a predefined action such as NextPage, PrevPage, FirstPage, or LastPage. More...

Inheritance diagram for NamedActionHandle:
ActionHandle IUnknownHandle
error_type CALLING_CONVENTION NamedAction_GetName (NamedActionHandle *handle, NameObjectHandle **result)
 The name of the action that shall be performed.
 
error_type CALLING_CONVENTION NamedAction_ToAction (NamedActionHandle *handle, ActionHandle **result)
 Reinterpret current object as ActionHandle.
 
error_type CALLING_CONVENTION NamedAction_FromAction (ActionHandle *handle, NamedActionHandle **result)
 Convert ActionHandle to NamedActionHandle.
 
error_type CALLING_CONVENTION NamedAction_Release (NamedActionHandle *handle)
 Decrement the internal reference counter.
 

Additional Inherited Members

- Public Member Functions inherited from ActionHandle
error_type CALLING_CONVENTION Action_GetActionType (ActionHandle *handle, ActionType *result)
 Get action type of object handle.
 
- Public Member Functions inherited from IUnknownHandle
error_type CALLING_CONVENTION IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

A named action provides a way to execute a predefined action such as NextPage, PrevPage, FirstPage, or LastPage.

Friends And Related Symbol Documentation

◆ NamedAction_Release()

error_type CALLING_CONVENTION NamedAction_Release ( NamedActionHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release

The documentation for this class was generated from the following file: