Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentSigner.PageCount Property

Returns the total number of document pages.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public int PageCount { get; }

Property Value

Type Description
Int32

The total page number.

See Also