IPXC_AcroForm::FlattenAllFields Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m
Line 2: Line 2:
 
{{#customTitle:IPXC_AcroForm::FlattenAllFields Method}}
 
{{#customTitle:IPXC_AcroForm::FlattenAllFields Method}}
 
{{#parentPage:PXV:IPXC_AcroForm|FlattenAllFields Method|method}}
 
{{#parentPage:PXV:IPXC_AcroForm|FlattenAllFields Method|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.
 
  
This method cannot be applied for [[PXV:PXC_PDFFormType|dymanic forms]].
+
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 [[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]].
 
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]].

Revision as of 06:34, 13 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

See also IPXC_AcroForm.