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)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[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}}
{{ToReview}}
+
  
Flatten all fields of the form. As a result of flattening, all widgets become a part of content of their 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.
  
This method cannot be applied for [[PXV:PXC_PDFFormType|dymanic forms]].
+
This method cannot be applied to [[PXV:PXC_PDFFormType|dymanic forms]].
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 12:
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns S_OK if operation was successful or an error code in other cases.
  
 
== See Also ==
 
== 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