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

FitBV destination with horizontal coordinate at left of bounding box. More...

Inheritance diagram for FitBoundingBoxVerticalDestinationHandle:
DestinationHandle IUnknownHandle
error_type CALLING_CONVENTION FitBoundingBoxVerticalDestination_FromDestination (DestinationHandle *handle, FitBoundingBoxVerticalDestinationHandle **result)
 
error_type CALLING_CONVENTION FitBoundingBoxVerticalDestination_ToDestination (FitBoundingBoxVerticalDestinationHandle *handle, DestinationHandle **result)
 
error_type CALLING_CONVENTION FitBoundingBoxVerticalDestination_GetLeft (FitBoundingBoxVerticalDestinationHandle *handle, ObjectHandle **result)
 Get the left coordinate for FitBoundingBoxVertical destination (null means no change).
 
error_type CALLING_CONVENTION FitBoundingBoxVerticalDestination_Release (FitBoundingBoxVerticalDestinationHandle *handle)
 
error_type CALLING_CONVENTION Destination_Release (DestinationHandle *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.
 

Detailed Description

FitBV destination with horizontal coordinate at left of bounding box.

Friends And Related Symbol Documentation

◆ FitBoundingBoxVerticalDestination_GetLeft()

error_type CALLING_CONVENTION FitBoundingBoxVerticalDestination_GetLeft ( FitBoundingBoxVerticalDestinationHandle handle,
ObjectHandle **  result 
)
related

Get the left coordinate for FitBoundingBoxVertical destination (null means no change).

Returns
VANILLAPDF_ERROR_OBJECT_MISSING if left coordinate is null, VANILLAPDF_ERROR_SUCCESS otherwise

◆ Destination_Release()

error_type CALLING_CONVENTION Destination_Release ( DestinationHandle 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: