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

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

Inheritance diagram for InteractiveFormHandle:
IUnknownHandle
error_type InteractiveForm_GetFields (InteractiveFormHandle *handle, FieldCollectionHandle **result)
 An array of references to the document's root fields.
 
error_type InteractiveForm_Release (InteractiveFormHandle *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

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.

Friends And Related Function Documentation

◆ InteractiveForm_Release()

error_type InteractiveForm_Release ( InteractiveFormHandle 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: