Skip to main content

ExportStatus.ProgressPosition Property

Specifies the current progress of the document export.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v24.1.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.

See Also