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 Hierarchy SystemObject
ExpertPdf.PDFSplitPDFSplitDoc
Namespace:
ExpertPdf.PDFSplit
Assembly:
epsplitpdf (in epsplitpdf.dll) Version: 6.0
Syntax The PDFSplitDoc type exposes the following members.
Constructors
| Name | Description |
---|
| PDFSplitDoc |
Constructs a PdfSplitDoc based on the PDF document bytes
|
TopProperties
| Name | Description |
---|
| Buffer |
The PDF document bytes
|
TopMethods
| Name | Description |
---|
| SaveToFile |
Save the PDF document buffer into the specified disk file
|
TopSee Also