![]() |
Vanilla.PDF
2.3.0
Cross-platform toolkit for creating and modifying PDF documents
|
A remote go-to action is similar to a go-to action but jumps to a destination in another PDF file. More...
| error_type CALLING_CONVENTION | GoToRemoteAction_GetDestination (GoToRemoteActionHandle *handle, DestinationHandle **result) |
| A destination to be displayed when this action is performed. | |
| error_type CALLING_CONVENTION | GoToRemoteAction_GetFile (GoToRemoteActionHandle *handle, ObjectHandle **result) |
| The file in which the destination shall be found. | |
| error_type CALLING_CONVENTION | GoToRemoteAction_ToAction (GoToRemoteActionHandle *handle, ActionHandle **result) |
| Reinterpret current object as ActionHandle. | |
| error_type CALLING_CONVENTION | GoToRemoteAction_FromAction (ActionHandle *handle, GoToRemoteActionHandle **result) |
| Convert ActionHandle to GoToRemoteActionHandle. | |
| error_type CALLING_CONVENTION | GoToRemoteAction_Release (GoToRemoteActionHandle *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. | |
Related Symbols inherited from ActionHandle | |
| error_type CALLING_CONVENTION | Action_ToUnknown (ActionHandle *handle, IUnknownHandle **result) |
| Reinterpret current object as IUnknownHandle. | |
| error_type CALLING_CONVENTION | Action_FromUnknown (IUnknownHandle *handle, ActionHandle **result) |
| Convert IUnknownHandle to ActionHandle. | |
| error_type CALLING_CONVENTION | Action_CreateFromDictionary (DictionaryObjectHandle *handle, ActionHandle **result) |
| Create an ActionHandle from a DictionaryObjectHandle. | |
| error_type CALLING_CONVENTION | Action_Release (ActionHandle *handle) |
| Decrement the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
| Decrement the internal reference counter. | |
A remote go-to action is similar to a go-to action but jumps to a destination in another PDF file.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.