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

Fit destination that fits the entire page within the window. More...

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

Detailed Description

Fit destination that fits the entire page within the window.

Member Function Documentation

◆ FitDestination_FromDestination()

error_type CALLING_CONVENTION FitDestination_FromDestination ( DestinationHandle handle,
FitDestinationHandle **  result 
)

Convert destination to Fit destination if the type matches.

Returns
VANILLAPDF_ERROR_SUCCESS if destination is Fit type, error otherwise

Friends And Related Symbol Documentation

◆ FitDestination_Release()

error_type CALLING_CONVENTION FitDestination_Release ( FitDestinationHandle 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: