![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A link annotation represents either a hypertext link to a DestinationHandle elsewhere in the document or an Action to be performed. More...
| 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. | |
Related Symbols inherited from AnnotationHandle | |
| error_type CALLING_CONVENTION | Annotation_ToUnknown (AnnotationHandle *handle, IUnknownHandle **result) |
| Reinterpret current object as IUnknownHandle. | |
| error_type CALLING_CONVENTION | Annotation_FromUnknown (IUnknownHandle *handle, AnnotationHandle **result) |
| Convert IUnknownHandle to PageAnnotationsHandle. | |
| error_type CALLING_CONVENTION | Annotation_Release (AnnotationHandle *handle) |
| Decrement the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
| Decrement the internal reference counter. | |
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.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.