IPXC_AcroForm::FlattenAllFields Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AcroForm::FlattenAllFields Method}}
 
{{#customTitle:IPXC_AcroForm::FlattenAllFields Method}}
{{#parentPage:PXV:IPXC_AcroForm|FlattenAllFields Method|method}}
+
{{#parentPage:PXV:IPXC_AcroForm#Methods|FlattenAllFields|method}}
  
 
Flattens all fields in the form. As a result, all widgets become part of the content of their respective pages and fields are removed.
 
Flattens all fields in the form. As a result, all widgets become part of the content of their respective pages and fields are removed.
Line 15: Line 15:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_AcroForm|IPXC_AcroForm]].
+
[[PXV:IPXC_AcroForm|IPXC_AcroForm]]

Latest revision as of 08:00, 23 May 2015

Flattens all fields in the form. As a result, all widgets become part of the content of their respective pages and fields are removed.

This method cannot be applied to dymanic forms.

Syntax

HRESULT FlattenAllFields();

Return Value

Returns S_OK if operation was successful or an error code in other cases.

See Also

IPXC_AcroForm