![]() |
Vanilla.PDF
2.2.0
Cross-platform toolkit for creating and modifying PDF documents
|
FitR destination that fits specified rectangle within window. More...
| error_type CALLING_CONVENTION | FitRectangleDestination_FromDestination (DestinationHandle *handle, FitRectangleDestinationHandle **result) |
| error_type CALLING_CONVENTION | FitRectangleDestination_ToDestination (FitRectangleDestinationHandle *handle, DestinationHandle **result) |
| error_type CALLING_CONVENTION | FitRectangleDestination_GetLeft (FitRectangleDestinationHandle *handle, ObjectHandle **result) |
| Get the left coordinate for FitRectangle destination. | |
| error_type CALLING_CONVENTION | FitRectangleDestination_GetBottom (FitRectangleDestinationHandle *handle, ObjectHandle **result) |
| Get the bottom coordinate for FitRectangle destination. | |
| error_type CALLING_CONVENTION | FitRectangleDestination_GetRight (FitRectangleDestinationHandle *handle, ObjectHandle **result) |
| Get the right coordinate for FitRectangle destination. | |
| error_type CALLING_CONVENTION | FitRectangleDestination_GetTop (FitRectangleDestinationHandle *handle, ObjectHandle **result) |
| Get the top coordinate for FitRectangle destination. | |
| error_type CALLING_CONVENTION | FitRectangleDestination_Release (FitRectangleDestinationHandle *handle) |
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. | |
FitR destination that fits specified rectangle within window.
|
related |
Get the left coordinate for FitRectangle destination.
|
related |
Get the bottom coordinate for FitRectangle destination.
|
related |
Get the right coordinate for FitRectangle destination.
|
related |
Get the top coordinate for FitRectangle destination.