Click or drag to resize

PdfResetFormAction Class

A reset-form action resets selected interactive form fields to their default values.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.Pdf.ActionsPdfAction
      SautinSoft.Pdf.FormsPdfResetFormAction

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public class PdfResetFormAction : PdfAction

The PdfResetFormAction type exposes the following members.

Properties
 NameDescription
Public propertyActionType Gets the ResetForm value.
(Overrides PdfActionActionType)
Public propertySelectedFields

Gets the names of the fields that are either reset (if Excluded is ) or excluded from resetting (if Excluded is ).

Applicable only if All is .

Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also