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.

Definition

Namespace: EvoPdf.PdfSplit
Assembly: EvoPdfSplit_NetCore (in EvoPdfSplit_NetCore.dll) Version: 14.0.0
C#
public class PDFSplitDoc
Inheritance
Object    PDFSplitDoc

Constructors

PDFSplitDoc Constructs a PdfSplitDoc based on the PDF document bytes

Properties

Buffer The PDF document bytes

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
SaveToFile Save the PDF document buffer into the specified disk file
ToString
(Inherited from Object)

See Also