FieldUpdatingProgressArgs
Overview
FieldUpdatingProgressArgs is a class in Aspose.Words FOSS for .NET.
Provides data for the field updating progress event.
Properties: TotalFieldsCount, UpdateCompleted, UpdatedFieldsCount.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
TotalFieldsCount | int | Read | Gets the total fields count to be updated. |
UpdatedFieldsCount | int | Read | Gets the number of updated fields. |
UpdateCompleted | bool | Read | Gets a value indicating whether field updating is completed. |