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

Page.OriginalPageCount Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty]
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