EVO PDF Split Library for .NET Documentation

PDFSplitManagerGetPdfPageCount Method (Byte)

EVO PDF Split Library for .NET
Returns the number of pages of the specified PDF document

Namespace:  EvoPdf.PdfSplit
Assembly:  evosplitpdf (in evosplitpdf.dll) Version: 10.0.0.0 (10.0.0.0)
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

Reference