Click or drag to resize
PDFSplitManagerGetPdfPageCount Method (Byte)
Returns the number of pages of the specified PDF document

Namespace: ExpertPdf.PDFSplit
Assembly: ExpertPdf.PdfSplit (in ExpertPdf.PdfSplit.dll) Version: 4.2
Syntax
public int GetPdfPageCount(
	byte[] srcPdfBytes
)

Parameters

srcPdfBytes
Type: SystemByte
The representation of the PDF document as an array of bytes

Return Value

Type: Int32
Number of PDF document pages
See Also