Constructs a PdfSplitDoc based on the PDF document bytes
Namespace:
ExpertPdf.PDFSplit
Assembly:
epsplitpdf (in epsplitpdf.dll) Version: 6.0
Syntax public PDFSplitDoc(
byte[] pdfSplitBytes
)
Public Sub New (
pdfSplitBytes As Byte()
)
Parameters
- pdfSplitBytes
- Type: SystemByte
The PDF document bytes
See Also