AutoNumberingDetection

TxtLoadOptions.AutoNumberingDetection property

Hämtar eller ställer in ett booleskt värde som anger att antingen automatisk numreringsdetektering kommer att utföras när ett dokument laddas. Standardvärdet ärsann .

public bool AutoNumberingDetection { get; set; }

Exempel

Visar hur man inaktiverar automatisk numreringsidentifiering.

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

Se även