Skip to main content

BuildStatus.PageCount Property

Specifies the current number of pages in the created document.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
Int32

An integer value, specifying the number of pages.

See Also