PdfTextExtractPdfPageCount(Byte) Method

Call this method to get the page count of a PDF document contained in a memory buffer

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public int PdfPageCount(
	byte[] pdfBuffer
)

Parameters

pdfBuffer  Byte
The PDF document memory buffer

Return Value

Int32
The PDF document page count

See Also