The PDFSplitDoc class encapsulates memory representation of a document resulted
after the split process. The main property Buffer gives the PDF document as an array of bytes.
Inheritance HierarchySystemObject
ExpertPdf.PDFSplitPDFSplitDoc
Namespace: ExpertPdf.PDFSplitAssembly: ExpertPdf.PdfSplit (in ExpertPdf.PdfSplit.dll) Version: 4.2
SyntaxThe PDFSplitDoc type exposes the following members.
Constructors
| Name | Description |
---|
 | PDFSplitDoc |
Constructs a PdfSplitDoc based on the PDF document bytes
|
Top
Methods
| Name | Description |
---|
 | SaveToFile |
Save the PDF document buffer into the specified disk file
|
Top
Properties
| Name | Description |
---|
 | Buffer |
The PDF document bytes
|
Top
See Also