PdfImagesExtractorGetPageCount(Stream) Method
Gets the number of pages of a PDF document in a stream
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public int GetPageCount(
Stream pdfStream
)
Public Function GetPageCount (
pdfStream As Stream
) As Integer
- pdfStream Stream
- The stream containing the PDF document
Int32The number of pages in PDF document