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
GoToActionHandle Class Reference

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

Inheritance diagram for GoToActionHandle:
ActionHandle IUnknownHandle
error_type CALLING_CONVENTION GoToAction_GetDestination (GoToActionHandle *handle, DestinationHandle **result)
 A destination to be displayed when this action is performed.
 
error_type CALLING_CONVENTION GoToAction_ToAction (GoToActionHandle *handle, ActionHandle **result)
 Reinterpret current object as ActionHandle.
 
error_type CALLING_CONVENTION GoToAction_FromAction (ActionHandle *handle, GoToActionHandle **result)
 Convert ActionHandle to GoToActionHandle.
 
error_type CALLING_CONVENTION GoToAction_Release (GoToActionHandle *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 go-to action changes the view to a specified destination within the same document.

Friends And Related Symbol Documentation

◆ GoToAction_Release()

error_type CALLING_CONVENTION GoToAction_Release ( GoToActionHandle 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: