![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
An annotation associates an object such as a note, sound, or movie with a location on a page of a PDF document, or provides a way to interact with the user by means of the mouse and keyboard. More...
error_type CALLING_CONVENTION | Annotation_GetAnnotationType (AnnotationHandle *handle, AnnotationType *result) |
Get annotation type of object handle . | |
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. | |
Additional Inherited Members | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
An annotation associates an object such as a note, sound, or movie with a location on a page of a PDF document, or provides a way to interact with the user by means of the mouse and keyboard.
error_type CALLING_CONVENTION Annotation_GetAnnotationType | ( | AnnotationHandle * | handle, |
AnnotationType * | result ) |
Get annotation type of object handle
.
handle | a handle to the annotation class |
result | a pointer to variable will be filled with annotation type upon success, unchanged on failure |
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.