DocumentCollection.TextDocuments

DocumentCollection.TextDocuments property

Gets or sets the collection of text documents to be processed.

public List<TextDocument> TextDocuments { get; set; }

See Also