![]() |
Vanilla.PDF
2.3.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_GetAction (LinkAnnotationHandle *handle, ActionHandle **result) |
| An action to be performed when the link 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_GetRect (AnnotationHandle *handle, RectangleHandle **result) |
| Get the annotation rectangle. | |
| error_type CALLING_CONVENTION | Annotation_SetRect (AnnotationHandle *handle, RectangleHandle *value) |
| Set the annotation rectangle. | |
| error_type CALLING_CONVENTION | Annotation_GetContents (AnnotationHandle *handle, LiteralStringObjectHandle **result) |
| Get the annotation contents (text) | |
| error_type CALLING_CONVENTION | Annotation_SetContents (AnnotationHandle *handle, LiteralStringObjectHandle *value) |
| Set the annotation contents (text) | |
| error_type CALLING_CONVENTION | Annotation_GetColor (AnnotationHandle *handle, ColorHandle **result) |
| Get the annotation color. | |
| error_type CALLING_CONVENTION | Annotation_SetColor (AnnotationHandle *handle, ColorHandle *value) |
| Set the annotation color. | |
| error_type CALLING_CONVENTION | Annotation_GetFlags (AnnotationHandle *handle, AnnotationFlags *result) |
| Get the annotation flags (F entry) | |
| error_type CALLING_CONVENTION | Annotation_SetFlags (AnnotationHandle *handle, AnnotationFlags value) |
| Set the annotation flags (F entry) | |
| 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.