Click or drag to resize

PdfFormFieldCalculationSequence Property

Gets the field calculation sequence. If form fields contain a field calculation, the order of calculation can be specified by this list. A PDF viewer will perform the recalculation based on the order of this list.

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

Property Value

Type: IListIFormElement
See Also