Winnovative PDF Split Library for .NET Documentation

PDFSplitManagerGetPdfPageCount Method (Byte)

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

Namespace:  Winnovative.PDFSplit
Assembly:  wnvsplitpdf (in wnvsplitpdf.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