Click or drag to resize
PDFSplitDoc Constructor
Constructs a PdfSplitDoc based on the PDF document bytes

Namespace: ExpertPdf.PDFSplit
Assembly: ExpertPdf.PdfSplit (in ExpertPdf.PdfSplit.dll) Version: 4.2
Syntax
public PDFSplitDoc(
	byte[] pdfSplitBytes
)

Parameters

pdfSplitBytes
Type: SystemByte
The PDF document bytes
See Also