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)
Syntaxpublic IList<PdfAnnotationIdentifier> Fields { get; }Public ReadOnly Property Fields As IList(Of PdfAnnotationIdentifier)
Get
Property Value
Type:
IListPdfAnnotationIdentifier
See Also