ExpertPDF Split PDF Library
GetPdfPageCount Method (srcPdfBytes)
NamespacesExpertPdf.PDFSplitPDFSplitManagerGetPdfPageCount(array<Byte>[]()[])
ExpertPDF Split PDF Library
Returns the number of pages of the specified PDF document
Declaration Syntax
C#Visual BasicVisual C++
public int GetPdfPageCount(
	byte[] srcPdfBytes
)
Public Function GetPdfPageCount ( _
	srcPdfBytes As Byte() _
) As Integer
public:
int GetPdfPageCount(
	array<unsigned char>^ srcPdfBytes
)
Parameters
srcPdfBytes (array< Byte >[]()[])
The representation of the PDF document as an array of bytes
Return Value
Number of PDF document pages

Assembly: ExpertPdf.PdfSplit (Module: ExpertPdf.PdfSplit) Version: 3.1.0.0 (3.1.0.0)