PdfToImageConverterGetPageCount(Stream) Method |
Gets the number of pages in the specified PDF stream.
Namespace: ExpertPdfAssembly: eppdftoimage (in eppdftoimage.dll) Version: 9.0
Syntaxpublic int GetPageCount(
Stream pdfStream
)
Public Function GetPageCount (
pdfStream As Stream
) As Integer
Parameters
- pdfStream Stream
- The stream containing the PDF document.
Return Value
Int32The number of pages in the PDF document.
See Also