Add

Add(string)

إضافة ملف للمقارنة .

public void Add(string filePath)
معامل يكتب وصف
filePath String مقارنة مسار الملف

أنظر أيضا


Add(string, LoadOptions)

إضافة ملف للمقارنة بخيارات التحميل المحددة.

public void Add(string filePath, LoadOptions loadOptions)
معامل يكتب وصف
filePath String مقارنة مسار الملف
loadOptions LoadOptions خيارات التحميل

ملاحظات

يتعلم أكثر

أنظر أيضا


Add(Stream)

يضيف دفق المستند للمقارنة .

public void Add(Stream document)
معامل يكتب وصف
document Stream مقارنة دفق المستند

ملاحظات

يتعلم أكثر

أنظر أيضا


Add(Stream, LoadOptions)

يضيف تدفق المستند للمقارنة بخيارات التحميل المحددة.

public void Add(Stream document, LoadOptions loadOptions)
معامل يكتب وصف
document Stream مقارنة دفق المستند
loadOptions LoadOptions خيارات التحميل

ملاحظات

يتعلم أكثر

أنظر أيضا