Table of Contents

Method CreateSubmitFormAction

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

CreateSubmitFormAction(Uri)

Creates a new PdfSubmitFormAction with specified properties.

public PdfSubmitFormAction CreateSubmitFormAction(Uri uri)

Parameters

uri Uri

The uniform resource identifier (URI) of the script at the Web server that will process the data submitted as the result of the action.

Returns

PdfSubmitFormAction

The newly created PdfSubmitFormAction.

CreateSubmitFormAction(Uri, bool)

Creates a new PdfSubmitFormAction with specified properties.

public PdfSubmitFormAction CreateSubmitFormAction(Uri uri, bool sendEmptyFields)

Parameters

uri Uri

The uniform resource identifier (URI) of the script at the Web server that will process the data submitted as the result of the action.

sendEmptyFields bool

The value indicating whether created action should submit controls without a value.

Returns

PdfSubmitFormAction

The newly created PdfSubmitFormAction.

CreateSubmitFormAction(Uri, bool, PdfSubmitFormat)

Creates a new PdfSubmitFormAction with specified properties.

public PdfSubmitFormAction CreateSubmitFormAction(Uri uri, bool sendEmptyFields, PdfSubmitFormat submitFormat)

Parameters

uri Uri

The uniform resource identifier (URI) of the script at the Web server that will process the data submitted as the result of the action.

sendEmptyFields bool

The value indicating whether created action should submit controls without a value.

submitFormat PdfSubmitFormat

The submit format that created action should use.

Returns

PdfSubmitFormAction

The newly created PdfSubmitFormAction.