AutoNumberingDetection

TxtLoadOptions.AutoNumberingDetection property

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

public bool AutoNumberingDetection { get; set; }

أمثلة

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

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

أنظر أيضا