Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
List of all members
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 LinkAnnotation_GetDestination (LinkAnnotationHandle *handle, DestinationHandle **result)
 A destination that shall be displayed when the annotation is activated.
 
error_type LinkAnnotation_Release (LinkAnnotationHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from AnnotationHandle
error_type Annotation_GetType (AnnotationHandle *handle, AnnotationType *result)
 Get annotation type of object handle. More...
 
- Public Member Functions inherited from IUnknownHandle
error_type 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 Function Documentation

◆ LinkAnnotation_Release()

error_type 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: