This class offers the necessary interface to extract pages from a PDF document
| C# | Visual Basic | Visual C++ |
public class SplitPdf
Public Class SplitPdf
public ref class SplitPdf
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| SplitPdf()()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| ExtractPages(String, Int32, Int32) |
This function extracts pageCount pages from the srcPdfFilePath PDF file starting with the page at startPage index
and creates a new Document containing the extracted pages. The resulted document can be further saved
into a file on disk or into a stream.
| |
| ExtractPages(Document, Int32, Int32) |
This function extracts pageCount pages from the srcPdfDocument starting with the page at startPage index
and creates a new Document containing the extracted pages. The resulted document can be further saved
into a file on disk or into a stream.
| |
| ExtractPages(String, Int32, Int32, String) |
This function extracts pageCount pages from the srcPdfFilePath PDF file starting with the page at startPage index
and creates a new Document containing the extracted pages. The resulted document is saved into the destFilePath file.
| |
| ExtractPages(Document, Int32, Int32, String) |
This function extracts pageCount pages from the srcPdfDocument starting with the page at startPage index
and creates a new Document containing the extracted pages. The resulted document is saved into the destFilePath file.
| |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| SplitPdf | |