FieldUpdatingProgressArgs

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

NameTypeAccessDescription
TotalFieldsCountintReadGets the total fields count to be updated.
UpdatedFieldsCountintReadGets the number of updated fields.
UpdateCompletedboolReadGets a value indicating whether field updating is completed.

See Also