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.PDFSplit
Assembly:
epsplitpdf (in epsplitpdf.dll) Version: 6.0
SyntaxThe PDFSplitDoc type exposes the following members.
Constructors
| Name | Description |
---|
 | PDFSplitDoc |
Constructs a PdfSplitDoc based on the PDF document bytes
|
Top
Properties
| Name | Description |
---|
 | Buffer |
The PDF document bytes
|
Top
Methods
| Name | Description |
---|
 | SaveToFile |
Save the PDF document buffer into the specified disk file
|
Top
See Also