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

A sequence of content instructions grouped within a single object. More...

Inheritance diagram for ContentObjectHandle:
ContentInstructionHandle IUnknownHandle ContentObjectInlineImageHandle ContentObjectTextHandle
error_type ContentObject_GetObjectType (ContentObjectHandle *handle, ContentObjectType *result)
 Get derived type of current object.
 
error_type ContentObject_ToInlineImage (ContentObjectHandle *handle, ContentObjectInlineImageHandle **result)
 Reinterpret current object as ContentObjectInlineImageHandle.
 
error_type ContentObject_ToInstruction (ContentObjectHandle *handle, ContentInstructionHandle **result)
 Reinterpret current object as ContentInstructionHandle.
 
error_type ContentObject_FromInstruction (ContentInstructionHandle *handle, ContentObjectHandle **result)
 Convert ContentInstructionHandle to ContentObjectHandle.
 
error_type ContentObject_Release (ContentObjectHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from ContentInstructionHandle
error_type ContentInstruction_GetInstructionType (ContentInstructionHandle *handle, ContentInstructionType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

A sequence of content instructions grouped within a single object.

Examples:
extract.c.

Friends And Related Function Documentation

◆ ContentObject_Release()

error_type ContentObject_Release ( ContentObjectHandle 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
Examples:
extract.c.

The documentation for this class was generated from the following file: