Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Base class for all destinations. More...
error_type CALLING_CONVENTION | Destination_GetPageNumber (DestinationHandle *handle, ObjectHandle **result) |
The page of the document that shall be displayed. | |
error_type CALLING_CONVENTION | Destination_Release (DestinationHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
Base class for all destinations.
error_type CALLING_CONVENTION Destination_GetPageNumber | ( | DestinationHandle * | handle, |
ObjectHandle ** | result ) |
The page of the document that shall be displayed.
The object type shall be either IntegerObjectHandle or IndirectReferenceObjectHandle.
IntegerObjectHandle means index in document's page tree.
IndirectReferenceObjectHandle means it is indirect reference to PageObjectHandle representing the destination page.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.