FlattenFormFieldsOnPage

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 formfield present on a page or a page range specified in the loaded PDF document.

 

Syntax

[VC++]

void FlattenFormFieldsOnPage(LPCTSTR APageRange);

 

[CS]

public abstract new void FlattenFormFieldsOnPage ( String APageRange )

 

[VB]

Sub FlattenFormFieldsOnPage(APageRange As String)

 

 

Parameters

 

    APageRange

        Specifies the page range on which the fields are to be flattened.

 

 

 

See Tutorial-FlattenFormFields