PdfToTextConverterGetPageCount Method (Stream) |
Gets the number of pages in the specified PDF stream.
Namespace: ExpertPdfAssembly: pdftotext.net20.x86 (in pdftotext.net20.x86.dll) Version: 4.2
Syntaxpublic int GetPageCount(
Stream pdfStream
)
Public Function GetPageCount (
pdfStream As Stream
) As Integer
Parameters
- pdfStream
- Type: System.IOStream
The stream containing the PDF document.
Return Value
Type:
Int32The number of pages in the PDF document.
See Also