Click or drag to resize

SignatureWidgetAnnotationFieldsChangeSet Property

Gets the list of fields that will be allowed or disallowed by FieldDisallowChangeAction.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ReadOnlyCollection<IFormElement> FieldsChangeSet { get; }

Property Value

Type: ReadOnlyCollectionIFormElement
The fields change set.
Remarks
If FieldDisallowChangeAction is set to IncludeAll, this list will be empty.
See Also