Click or drag to resize

PDFSplitDoc Class

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: 9.0
Syntax
public class PDFSplitDoc

The PDFSplitDoc type exposes the following members.

Constructors
 NameDescription
Public methodPDFSplitDoc Constructs a PdfSplitDoc based on the PDF document bytes
Top
Properties
 NameDescription
Public propertyBuffer The PDF document bytes
Top
Methods
 NameDescription
Public methodSaveToFile Save the PDF document buffer into the specified disk file
Top
See Also