Vanilla.PDF  1.4.1
Cross-platform toolkit for creating and modifying PDF documents
c_interactive_forms.h
Go to the documentation of this file.
1 #ifndef _C_INTERACTIVE_FORMS_H
2 #define _C_INTERACTIVE_FORMS_H
3 
4 #include "vanillapdf/c_export.h"
5 #include "vanillapdf/c_handles.h"
6 #include "vanillapdf/c_values.h"
7 
8 #ifdef __cplusplus
9 extern "C"
10 {
11 #endif
12 
38  VANILLAPDF_API error_type CALLING_CONVENTION InteractiveForm_GetFields(InteractiveFormHandle* handle, FieldCollectionHandle** result);
39 
44  VANILLAPDF_API error_type CALLING_CONVENTION InteractiveForm_Release(InteractiveFormHandle* handle);
45 
48 #ifdef __cplusplus
49 };
50 #endif
51 
52 #endif /* _C_INTERACTIVE_FORMS_H */
error_type InteractiveForm_GetFields(InteractiveFormHandle *handle, FieldCollectionHandle **result)
An array of references to the document's root fields.
Collection of FieldHandle.
An interactive form (PDF 1.2) - sometimes referred to as an AcroForm - is a collection of fields for ...
This file contains all type forward declarations returned by the library API.
error_type InteractiveForm_Release(InteractiveFormHandle *handle)
Decrement the internal reference counter.
uint32_t error_type
This is return value type of all API functions.
Definition: c_types.h:25
This file contains macro declarations for importing and exporting symbols from library boundaries...
This file contains types and constants used as parameters or return values.