PDFSplitManagerGetPdfPageCount(Byte) Method

Returns the number of pages of the specified PDF document

Definition

Namespace: EvoPdf.PdfSplit
Assembly: EvoPdfSplit_NetCore (in EvoPdfSplit_NetCore.dll) Version: 14.0.0
C#
public int GetPdfPageCount(
	byte[] srcPdfBytes
)

Parameters

srcPdfBytes  Byte
The representation of the PDF document as an array of bytes

Return Value

Int32
Number of PDF document pages

See Also