![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
The extensions dictionary, an entry in the document's catalog dictionary, if present, shall contain one or more entries identifying developer-defined extensions to the ISO 32000-1 Standard. More...
error_type CALLING_CONVENTION | DeveloperExtensions_GetIterator (DeveloperExtensionsHandle *handle, DeveloperExtensionsIteratorHandle **result) |
Get collection iterator for enumerating all entries. | |
error_type CALLING_CONVENTION | DeveloperExtensions_Release (DeveloperExtensionsHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
The extensions dictionary, an entry in the document's catalog dictionary, if present, shall contain one or more entries identifying developer-defined extensions to the ISO 32000-1 Standard.
error_type CALLING_CONVENTION DeveloperExtensions_GetIterator | ( | DeveloperExtensionsHandle * | handle, |
DeveloperExtensionsIteratorHandle ** | result ) |
Get collection iterator for enumerating all entries.
Modifying collection may invalidate this handle.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.