IPXC_AcroForm::FlattenField Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXC_AcroForm::FlattenField Method}}
 
{{#customTitle:IPXC_AcroForm::FlattenField Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
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.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''sName''
 
;''sName''
:[in] Value of LPWSTR.
+
:[in] Specifies the name of the field to flatten.
  
 
== Return Value ==
 
== Return Value ==
Line 15: Line 15:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]].
+
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]], [[PXV:IPXC_FormField|IPXC_FormField]].

Revision as of 21:52, 12 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.

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.