IPXC_AcroForm::FlattenAllFields Method
From PDF XChange PDF SDK
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}} | ||
− | |||
− | |||
− | This method cannot be applied | + | 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 05: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.