AutoNumberingDetection

TxtLoadOptions.AutoNumberingDetection property

الحصول على قيمة منطقية أو تعيينها تشير إلى أنه سيتم إجراء اكتشاف الترقيم التلقائي أثناء تحميل مستند. القيمة الافتراضية هيحقيقي .

public bool AutoNumberingDetection { get; set; }

أمثلة

يوضح كيفية تعطيل الكشف التلقائي عن الترقيم.

TxtLoadOptions options = new TxtLoadOptions { AutoNumberingDetection = false };
Document doc = new Document(MyDir + "Number detection.txt", options);

أنظر أيضا