Winnovative PDF to HTML Documentation

PdfToHtmlConverterGetPageCount Method (Byte)

Winnovative PDF to HTML
Gets the number of PDF pages of a PDF document

Namespace:  Winnovative.PdfToHtml
Assembly:  WnvPdfToHtml (in WnvPdfToHtml.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public int GetPageCount(
	byte[] pdfData
)

Parameters

pdfData
Type: SystemByte
The memory buffer containing the PDF document

Return Value

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

Reference