Link Search Menu Expand Document

DocumentSplitter2 Methods

The DocumentSplitter2 type exposes the following members.

Methods
NameDescription
Public methodDispose
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberMakeRanges
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSplit(Stream, String, Boolean, Boolean, Boolean)
Splits PDF or TIFF document by found text.
Public methodSplit(String, String, Boolean, Boolean, Boolean, String)
Splits PDF or TIFF document by found text.
Public methodSplitCOM
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'.
Public methodSplitToVariant
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.
Public methodToString (Inherited from Object.)
Top
See Also

Reference