![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A content stream's named resources shall be defined by a resource dictionary, which shall enumerate the named resources needed by the operators in the content stream and the names by which they can be referred to. More...
| error_type CALLING_CONVENTION | ResourceDictionary_GetFontMap (ResourceDictionaryHandle *handle, FontMapHandle **result) |
| A dictionary that maps resource names to font dictionaries. | |
| error_type CALLING_CONVENTION | ResourceDictionary_ToUnknown (ResourceDictionaryHandle *handle, IUnknownHandle **result) |
| Reinterpret current object as IUnknownHandle. | |
| error_type CALLING_CONVENTION | ResourceDictionary_FromUnknown (IUnknownHandle *handle, ResourceDictionaryHandle **result) |
| Convert IUnknownHandle to ResourceDictionaryHandle. | |
| error_type CALLING_CONVENTION | ResourceDictionary_Release (ResourceDictionaryHandle *handle) |
| Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
| Increment the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
| Decrement the internal reference counter. | |
A content stream's named resources shall be defined by a resource dictionary, which shall enumerate the named resources needed by the operators in the content stream and the names by which they can be referred to.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.