PdfDocument.CreateResetFormAction Method

Creates a new PdfResetFormAction.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfResetFormAction CreateResetFormAction()
VB
Public Function CreateResetFormAction As PdfResetFormAction

Return Value

Type: PdfResetFormAction
The newly created PdfResetFormAction.

See Also