Constructs a PdfSplitDoc based on the PDF document bytes
Namespace: ExpertPdf.PDFSplitAssembly: ExpertPdf.PdfSplit (in ExpertPdf.PdfSplit.dll) Version: 4.2
Syntaxpublic PDFSplitDoc(
byte[] pdfSplitBytes
)
Public Sub New (
pdfSplitBytes As Byte()
)
Parameters
- pdfSplitBytes
- Type: SystemByte
The PDF document bytes
See Also