Class DocumentCollection

DocumentCollection class

تمثل مجموعة من الوثائق ليتم معالجتها.

public class DocumentCollection

Constructors

NameDescription
DocumentCollection()المُنشئ الافتراضي.

Properties

NameDescription
DocumentPaths { get; set; }يحصل أو يحدد مجموعة من مسارات الوثائق ليتم معالجتها.
PdfDocuments { get; set; }يحصل أو يحدد مجموعة من وثائق PDF ليتم معالجتها.
TextDocuments { get; set; }يحصل أو يحدد مجموعة من الوثائق النصية ليتم معالجتها.

See Also