Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The DocumentSplitter2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MakeRanges | ||
| MemberwiseClone | (Inherited from Object.) | |
| Split(Stream, String, Boolean, Boolean, Boolean) |
Splits PDF or TIFF document by found text.
| |
| Split(String, String, Boolean, Boolean, Boolean, String) |
Splits PDF or TIFF document by found text.
| |
| SplitCOM |
Splits PDF or TIFF document by found text.
The COM/ActiveX-compatible version of the method Split(String, String, Boolean, Boolean, Boolean, String).
Returns a string with the file names of the generated PDF documents delimited by the line feed '\n'.
| |
| SplitToVariant |
Splits PDF or TIFF document by found text and returns the result PDF documents as array of byte arrays.
This is COM/ActiveX-compatible version of the method Split(Stream, String, Boolean, Boolean, Boolean) for in-memory
processing of PDF files.
| |
| ToString | (Inherited from Object.) |
See Also