IPXC_AcroForm::FlattenField Method

From PDF XChange PDF SDK
Revision as of 06:41, 13 May 2015 by Stefan (Talk | contribs)

Jump to: navigation, search


Flattens the specified form field. When the field is flattened, the current appearance of its widgets becomes part of the contents of the pages where they were located, and the field itself is removed from the form.

This method cannot be applied for dymanic forms.

Syntax

HRESULT FlattenField([in]  LPWSTR  sName);

Parameters

sName
[in] Specifies the name of the field to be flattened.

Return Value

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

See Also

See also IPXC_AcroForm, IPXC_FormField.