Vanilla.PDF  2.0.0
Cross-platform toolkit for creating and modifying PDF documents
LinkAnnotationHandle Class Reference

A link annotation represents either a hypertext link to a DestinationHandle elsewhere in the document or an Action to be performed. More...

Inheritance diagram for LinkAnnotationHandle:
AnnotationHandle IUnknownHandle
error_type CALLING_CONVENTION LinkAnnotation_GetDestination (LinkAnnotationHandle *handle, DestinationHandle **result)
 A destination that shall be displayed when the annotation is activated.
 
error_type CALLING_CONVENTION LinkAnnotation_ToBaseAnnotation (LinkAnnotationHandle *handle, AnnotationHandle **result)
 Reinterpret current object as IUnknownHandle.
 
error_type CALLING_CONVENTION LinkAnnotation_FromBaseAnnotation (AnnotationHandle *handle, LinkAnnotationHandle **result)
 Convert IUnknownHandle to LinkAnnotationHandle.
 
error_type CALLING_CONVENTION LinkAnnotation_Release (LinkAnnotationHandle *handle)
 Decrement the internal reference counter.
 

Additional Inherited Members

- Public Member Functions inherited from AnnotationHandle
error_type CALLING_CONVENTION Annotation_GetAnnotationType (AnnotationHandle *handle, AnnotationType *result)
 Get annotation type of object handle.
 
- Public Member Functions inherited from IUnknownHandle
error_type CALLING_CONVENTION IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

A link annotation represents either a hypertext link to a DestinationHandle elsewhere in the document or an Action to be performed.

For more details please visit section 12.5.6.5 - Link Annotations.

Friends And Related Symbol Documentation

◆ LinkAnnotation_Release()

error_type CALLING_CONVENTION LinkAnnotation_Release ( LinkAnnotationHandle * 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: