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