IPXC_AcroForm::FlattenField Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AcroForm::FlattenField Method}}
 
{{#customTitle:IPXC_AcroForm::FlattenField Method}}
 +
{{#parentPage:PXV:IPXC_AcroForm|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Flatten specified field of the form. When field is flattened, current appearance of its widgets become a part of content of pages where they were located, and the field itself is removed from the form.
 
Flatten specified field of the form. When field is flattened, current appearance of its widgets become a part of content of pages where they were located, and the field itself is removed from the form.

Revision as of 01:11, 21 April 2015


Flatten specified field of the form. When field is flattened, current appearance of its widgets become a part of content of 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 flatten.

Return Value

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

See Also

See also IPXC_AcroForm, IPXC_FormField.