In This Topic
GdPicture14 Namespace / GdPicturePDF Class / FlattenFormFields Method

FlattenFormFields Method (GdPicturePDF)

In This Topic
Flattens form fields included in the current PDF document or in the specified page within this document.
Overload List
OverloadDescription
Flattens all form fields included in the currently loaded PDF document.

Flattening form fields means removing the form field objects from the document's internal structure and placing their data within the PDF document as regular items, so the previously defined form fields are no longer fillable or available for user's interaction.

 
Flattens all form fields available within the specified page in the currently loaded PDF document.

Flattening form fields means removing the form field objects from the document's internal structure and placing their data within the PDF document as regular items, so the previously defined form fields are no longer fillable or available for user's interaction.

 
See Also