![]() |
Vanilla.PDF
2.2.0
Cross-platform toolkit for creating and modifying PDF documents
|
Fit destination that fits the entire page within the window. More...
| error_type CALLING_CONVENTION | FitDestination_FromDestination (DestinationHandle *handle, FitDestinationHandle **result) |
| Convert destination to Fit destination if the type matches. | |
| error_type CALLING_CONVENTION | FitDestination_ToDestination (FitDestinationHandle *handle, DestinationHandle **result) |
| Convert Fit destination back to base destination. | |
| error_type CALLING_CONVENTION | FitDestination_Release (FitDestinationHandle *handle) |
| Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from DestinationHandle | |
| error_type CALLING_CONVENTION | Destination_CreateFromArray (ArrayObjectHandle *array_handle, DestinationHandle **result) |
| Create a destination from an array object. | |
Public Member Functions inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
| Increment the internal reference counter. | |
Related Symbols inherited from DestinationHandle | |
| error_type CALLING_CONVENTION | Destination_CreateFromDictionary (DictionaryObjectHandle *dict_handle, DestinationHandle **result) |
| Create a destination from a dictionary object. | |
| error_type CALLING_CONVENTION | Destination_GetDestinationType (DestinationHandle *handle, DestinationType *result) |
| Get the type of destination to determine available parameters. | |
| error_type CALLING_CONVENTION | Destination_GetPageNumber (DestinationHandle *handle, ObjectHandle **result) |
| The page of the document that shall be displayed. | |
Related Symbols inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
| Decrement the internal reference counter. | |
Fit destination that fits the entire page within the window.
| error_type CALLING_CONVENTION FitDestination_FromDestination | ( | DestinationHandle * | handle, |
| FitDestinationHandle ** | result | ||
| ) |
Convert destination to Fit destination if the type matches.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.