Class DocumentCollection

DocumentCollection class

Represents a collection of documents to be processed.

public class DocumentCollection

Constructors

NameDescription
DocumentCollection()The default constructor.

Properties

NameDescription
DocumentPaths { get; set; }Gets or sets the collection of document paths to be processed.
PdfDocuments { get; set; }Gets or sets the collection of PDF documents to be processed.
TextDocuments { get; set; }Gets or sets the collection of text documents to be processed.

See Also