Vanilla.PDF  1.4.1
Cross-platform toolkit for creating and modifying PDF documents
List of all members
AnnotationHandle Class Reference

Base class for all annotations. More...

Inheritance diagram for AnnotationHandle:
IUnknownHandle LinkAnnotationHandle
error_type Annotation_GetType (AnnotationHandle *handle, AnnotationType *result)
 Get annotation type of object handle. More...
 
error_type Annotation_ToLink (AnnotationHandle *handle, LinkAnnotationHandle **result)
 Reinterpret current object as LinkAnnotationHandle.
 
error_type Annotation_Release (AnnotationHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Base class for all annotations.

Member Function Documentation

◆ Annotation_GetType()

error_type Annotation_GetType ( AnnotationHandle handle,
AnnotationType result 
)

Get annotation type of object handle.

Parameters
handlea handle to the annotation class
resulta pointer to variable will be filled with annotation type upon success, unchanged on failure

Friends And Related Function Documentation

◆ Annotation_Release()

error_type Annotation_Release ( AnnotationHandle 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: