Click or drag to resize

PDFMergeGetPageCount Method (Stream)

A fast method to obtain the page count of a specified PDF document.

Namespace:  ExpertPdf.MergePdf
Assembly:  epmergepdf (in epmergepdf.dll) Version: 7.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