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

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...

Inheritance diagram for DeveloperExtensionsHandle:
IUnknownHandle
error_type DeveloperExtensions_GetIterator (DeveloperExtensionsHandle *handle, DeveloperExtensionsIteratorHandle **result)
 Get collection iterator for enumerating all entries. More...
 
error_type DeveloperExtensions_Release (DeveloperExtensionsHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

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.

See also
CatalogHandle

Member Function Documentation

◆ DeveloperExtensions_GetIterator()

error_type DeveloperExtensions_GetIterator ( DeveloperExtensionsHandle handle,
DeveloperExtensionsIteratorHandle **  result 
)

Get collection iterator for enumerating all entries.

Modifying collection may invalidate this handle.

Friends And Related Function Documentation

◆ DeveloperExtensions_Release()

error_type DeveloperExtensions_Release ( DeveloperExtensionsHandle 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: