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

For character encodings that are not predefined, the PDF file shall contain a stream that defines the CMap. More...

Inheritance diagram for EmbeddedCharacterMapHandle:
CharacterMapHandle IUnknownHandle
error_type EmbeddedCharacterMap_ToCharacterMap (EmbeddedCharacterMapHandle *handle, CharacterMapHandle **result)
 Reinterpret current object as CharacterMapHandle.
 
error_type EmbeddedCharacterMap_FromCharacterMap (CharacterMapHandle *handle, EmbeddedCharacterMapHandle **result)
 Convert CharacterMapHandle to EmbeddedCharacterMapHandle.
 
error_type EmbeddedCharacterMap_Release (EmbeddedCharacterMapHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from CharacterMapHandle
error_type CharacterMap_GetCharacterMapType (CharacterMapHandle *handle, CharacterMapType *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

For character encodings that are not predefined, the PDF file shall contain a stream that defines the CMap.

Friends And Related Function Documentation

◆ EmbeddedCharacterMap_Release()

error_type EmbeddedCharacterMap_Release ( EmbeddedCharacterMapHandle 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: