Click or drag to resize

PdfSubmitFormActionFields Property

Gets the fields that will be included or excluded from the form submission. If the Fields property is empty, all fields will be sumbitted, ignoring the ExcludeFields property, except for those fields that individually have IsFieldNoExport set to true.

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