AutoNumberingDetection

TxtLoadOptions.AutoNumberingDetection property

Bir belge yüklenirken otomatik numaralandırma algılamasının gerçekleştirileceğini belirten bir boole değeri alır veya ayarlar. Varsayılan değer:doğru .

public bool AutoNumberingDetection { get; set; }

Örnekler

Otomatik numaralandırma algılamasının nasıl devre dışı bırakılacağını gösterir.

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

Ayrıca bakınız