PdfToImageConverterGetPageCount(Byte) Method

Gets the number of PDF pages of a PDF document

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public int GetPageCount(
	byte[] pdfData
)

Parameters

pdfData  Byte
The memory buffer containing the PDF document

Return Value

Int32
The number of pages in PDF document

See Also