PDFSplitManagerGetPdfPageCount Method (Byte) |
Returns the number of pages of the specified PDF document
Namespace:
ExpertPdf.PDFSplit
Assembly:
epsplitpdf (in epsplitpdf.dll) Version: 6.0
Syntax public int GetPdfPageCount(
byte[] srcPdfBytes
)
Public Function GetPdfPageCount (
srcPdfBytes As Byte()
) As Integer
Parameters
- srcPdfBytes
- Type: SystemByte
The representation of the PDF document as an array of bytes
Return Value
Type:
Int32Number of PDF document pages
See Also