Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
An interactive form (PDF 1.2) - sometimes referred to as an AcroForm - is a collection of fields for gathering information interactively from the user. More...
error_type CALLING_CONVENTION | InteractiveForm_GetFields (InteractiveFormHandle *handle, FieldCollectionHandle **result) |
An array of references to the document's root fields. | |
error_type CALLING_CONVENTION | InteractiveForm_Release (InteractiveFormHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
An interactive form (PDF 1.2) - sometimes referred to as an AcroForm - is a collection of fields for gathering information interactively from the user.
For more details please visit section 12.7 - Interactive Forms.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.