Vanilla.PDF  2.2.0
Cross-platform toolkit for creating and modifying PDF documents
List of all members
FitRectangleDestinationHandle Class Reference

FitR destination that fits specified rectangle within window. More...

Inheritance diagram for FitRectangleDestinationHandle:
DestinationHandle IUnknownHandle
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.
 

Detailed Description

FitR destination that fits specified rectangle within window.

Friends And Related Symbol Documentation

◆ FitRectangleDestination_GetLeft()

error_type CALLING_CONVENTION FitRectangleDestination_GetLeft ( FitRectangleDestinationHandle handle,
ObjectHandle **  result 
)
related

Get the left coordinate for FitRectangle destination.

Returns
VANILLAPDF_ERROR_OBJECT_MISSING if left coordinate is null, VANILLAPDF_ERROR_SUCCESS otherwise

◆ FitRectangleDestination_GetBottom()

error_type CALLING_CONVENTION FitRectangleDestination_GetBottom ( FitRectangleDestinationHandle handle,
ObjectHandle **  result 
)
related

Get the bottom coordinate for FitRectangle destination.

Returns
VANILLAPDF_ERROR_OBJECT_MISSING if bottom coordinate is null, VANILLAPDF_ERROR_SUCCESS otherwise

◆ FitRectangleDestination_GetRight()

error_type CALLING_CONVENTION FitRectangleDestination_GetRight ( FitRectangleDestinationHandle handle,
ObjectHandle **  result 
)
related

Get the right coordinate for FitRectangle destination.

Returns
VANILLAPDF_ERROR_OBJECT_MISSING if right coordinate is null, VANILLAPDF_ERROR_SUCCESS otherwise

◆ FitRectangleDestination_GetTop()

error_type CALLING_CONVENTION FitRectangleDestination_GetTop ( FitRectangleDestinationHandle handle,
ObjectHandle **  result 
)
related

Get the top coordinate for FitRectangle destination.

Returns
VANILLAPDF_ERROR_OBJECT_MISSING if top coordinate is null, VANILLAPDF_ERROR_SUCCESS otherwise

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