Skip to main content

PrintStatus.ProgressPosition Property

Specifies the progress position of the current task (as percentage).

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.

See Also