Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A choice field contains several text items, one or more of which shall be selected as the field value. More...
Public Member Functions | |
error_type CALLING_CONVENTION | ChoiceField_Release (ChoiceFieldHandle *handle) |
Decrement the internal reference counter. | |
Public Member Functions inherited from FieldHandle | |
error_type CALLING_CONVENTION | 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 CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
Additional Inherited Members | |
Related Symbols inherited from FieldHandle | |
error_type CALLING_CONVENTION | Field_ToButton (FieldHandle *handle, ButtonFieldHandle **result) |
Reinterpret current object as ButtonFieldHandle. | |
error_type CALLING_CONVENTION | Field_ToText (FieldHandle *handle, TextFieldHandle **result) |
Reinterpret current object as TextFieldHandle. | |
error_type CALLING_CONVENTION | Field_ToChoice (FieldHandle *handle, ChoiceFieldHandle **result) |
Reinterpret current object as ChoiceFieldHandle. | |
error_type CALLING_CONVENTION | Field_ToSignature (FieldHandle *handle, SignatureFieldHandle **result) |
Reinterpret current object as SignatureFieldHandle. | |
error_type CALLING_CONVENTION | Field_Release (FieldHandle *handle) |
Decrement the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
A choice field contains several text items, one or more of which shall be selected as the field value.
error_type CALLING_CONVENTION 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.