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