Skip to main content

BuildStatus.ProgressPosition Property

Specifies the current progress of the document creation.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public int ProgressPosition { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the progress position, in percents.

See Also