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

A choice field contains several text items, one or more of which shall be selected as the field value. More...

Inheritance diagram for ChoiceFieldHandle:
FieldHandle IUnknownHandle

Public Member Functions

error_type ChoiceField_Release (ChoiceFieldHandle *handle)
 Decrement the internal reference counter. More...
 
- Public Member Functions inherited from FieldHandle
error_type Field_GetType (FieldHandle *handle, FieldType *result)
 Return type of field. Result can be used to convert to derived type.
 
- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Additional Inherited Members

Detailed Description

A choice field contains several text items, one or more of which shall be selected as the field value.

Member Function Documentation

◆ ChoiceField_Release()

error_type ChoiceField_Release ( ChoiceFieldHandle handle)

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: