FlattenFormFieldsByName

Top  Previous  Next

[This method is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET ProPlus Edition]

 

This function is called to flatten the form field present in the loaded PDF document by specifying the field name.

 

 

Syntax

[VC++]

void FlattenFormFieldsByName(LPCTSTR FieldName);

 

[CS]

public abstract new void FlattenFormFieldsByName (  String FieldName )

 

[VB]

Sub FlattenFormFieldsByName(FieldName As String)

 

Parameters

 

    FieldName

        Specifies the field name.

 

 

 

See Tutorial-FlattenFormFields