PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerGetPageCount Method (Stream)

PDF Viewer Control for .NET Windows Forms
A fast method in PDF Viewer control for Windows Forms to obtain the page count of a PDF document from the given stream.

Namespace:  PdfViewer4WinNet
Assembly:  PdfViewerWinNet (in PdfViewerWinNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public static int GetPageCount(
	Stream pdfStream
)

Parameters

pdfStream
Type: System.IOStream
The stream containing the PDF document for which to get the page count.

Return Value

Type: Int32
The number of pages in the specified PDF document.
See Also

Reference