Skip to main content

Page.OriginalPageCount Property

Gets or sets the page count when the document is created.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int OriginalPageCount { get; set; }

Property Value

Type Description
Int32

An integer, representing the number of pages in a document.

Remarks

This property is intended for internal use.

See Also