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

BuildStatus.PageCount Property

Specifies the current number of pages in the created document.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

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

Property Value

Type Description
Int32

An integer value, specifying the number of pages.

See Also