Click or drag to resize

PdfResetFormActionFields Property

Gets the fields that will be included or excluded from the form reset. If the Fields property is an empty list, all fields will be reset and the ExcludeFields property will be ignored.

Namespace:  Atalasoft.PdfDoc.Actions
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IList<PdfAnnotationIdentifier> Fields { get; }

Property Value

Type: IListPdfAnnotationIdentifier
See Also