Skip to main content
A newer version of this page is available. .

PrintStatus.ProgressPosition Property

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

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

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

Property Value

Type Description
Int32

An integer value.

See Also