Table of Contents

Class PdfResetFormAction

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

Represents a Reset action in a PDF form

[ClassInterface(ClassInterfaceType.AutoDual)]
public class PdfResetFormAction : PdfAction
Inheritance
PdfResetFormAction
Inherited Members

Constructors

PdfResetFormAction()

Creates a PDF form reset action

public PdfResetFormAction()

Properties

Fields

Gets or sets the list of fields to be included or excluded from reset based on IncludeFields property value. If no fields are added to this array and IncludeFields property is true then all the fields are reset

public PdfFormField[] Fields { get; set; }

Property Value

PdfFormField[]

IncludeFields

A flag indicating if the PFields property defines the fields to be included or the fields to be excluded from reset. By default this property is true and the Fields property defines the list of fields to to be included in reset

public bool IncludeFields { get; set; }

Property Value

bool