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

Single item within DeveloperExtensionsHandle collection. More...

Inheritance diagram for DeveloperExtensionHandle:
IUnknownHandle
error_type DeveloperExtension_GetBaseVersion (DeveloperExtensionHandle *handle, PDFVersion *result)
 The name of the PDF version to which this extension applies.
 
error_type DeveloperExtension_GetExtensionLevel (DeveloperExtensionHandle *handle, IntegerObjectHandle **result)
 An integer defined by the developer to denote the extension being used. More...
 
error_type DeveloperExtension_Release (DeveloperExtensionHandle *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

Single item within DeveloperExtensionsHandle collection.

Friends And Related Function Documentation

◆ DeveloperExtension_GetExtensionLevel()

error_type DeveloperExtension_GetExtensionLevel ( DeveloperExtensionHandle handle,
IntegerObjectHandle **  result 
)
related

An integer defined by the developer to denote the extension being used.

If the developer introduces more than one extension to a given BaseVersion the extension level numbers assigned by that developer shall increase over time.

◆ DeveloperExtension_Release()

error_type DeveloperExtension_Release ( DeveloperExtensionHandle 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: