Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field Class / CalculationIndex Property

In This Topic
    CalculationIndex Property
    In This Topic
    Gets or sets an index that is used to determine the field's calculation order. Fields with lower indices are calculated before fields with higher indices.

    If several fields have the same CalculationIndex, the calculation order is determined by the order of fields in the collection.

    Field.TriggerEvents.RecalculateValue can be used to specify JavaScript that is used to calculate the field's value.

    Syntax
    'Declaration
     
    Public Property CalculationIndex As System.Integer
    public System.int CalculationIndex {get; set;}
    See Also