PdfTextExtractPdfPageCount(Byte) Method
Call this method to get the page count of a PDF document contained in a memory buffer
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public int PdfPageCount(
byte[] pdfBuffer
)
Public Function PdfPageCount (
pdfBuffer As Byte()
) As Integer
public:
int PdfPageCount(
array<unsigned char>^ pdfBuffer
)
member PdfPageCount :
pdfBuffer : byte[] -> int
- pdfBuffer Byte
- The PDF document memory buffer
Int32The PDF document page count