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

As an alternative to the image XObjects described in section 8.9.5 - Image Dictionaries, a sampled image may be specified in the form of an inline image. More...

Inheritance diagram for ContentObjectInlineImageHandle:
ContentObjectHandle ContentInstructionHandle IUnknownHandle
error_type ContentObjectInlineImage_GetDictionary (ContentObjectInlineImageHandle *handle, DictionaryObjectHandle **result)
 Get meta-data dictionary for inline image.
 
error_type ContentObjectInlineImage_GetData (ContentObjectInlineImageHandle *handle, BufferHandle **result)
 Get raw image data.
 
error_type ContentObjectInlineImage_Release (ContentObjectInlineImageHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from ContentObjectHandle
error_type ContentObject_GetObjectType (ContentObjectHandle *handle, ContentObjectType *result)
 Get derived type of current object.
 
- 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

As an alternative to the image XObjects described in section 8.9.5 - Image Dictionaries, a sampled image may be specified in the form of an inline image.

Examples:
extract.c.

Friends And Related Function Documentation

◆ ContentObjectInlineImage_Release()

error_type ContentObjectInlineImage_Release ( ContentObjectInlineImageHandle 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: