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 try to free resources and perform other cleanup operations before it 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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| SplitPdf | |
Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)