Winnovative PDF Split Library for .NET
Winnovative.PDFSplit Namespace
NamespacesWinnovative.PDFSplit
Winnovative PDF Split Library for .NET
Winnovative.WnvSplitPdf defines the PDF split API. Basically it defines the PDFSplitManager class that can be used to split PDF files and extract pages from PDF document.
Declaration Syntax
C#Visual BasicVisual C++
namespace Winnovative.PDFSplit
Namespace Winnovative.PDFSplit
namespace Winnovative.PDFSplit
Types
All TypesClassesEnumerations
IconTypeDescription
PDFCompressionLevel
The rendered PDF compression level

PdfDocumentOptions
This class encapsulates the options to control the PDF document redering process. The PDFSplitManager class define a reference to an object of this type

PDFSplitDoc
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.

PDFSplitManager
The PDF split manager allows you to split a PDF file or extract a range a pages from the PDF document