Back to API Reference
Class

ScanProfile

sealed

The character classes a document scan records per block. ASCII characters classify through a 128-entry table of TextBlockFlags bits; non-ASCII triggers make every NonAscii block count as a potential trigger carrier.

public static ScanProfile CreateDefault()

Profile with break-opportunity classes only and no markup triggers.

public void SetTriggers()

Replaces the markup trigger set; means every character may start a rule.

public bool SameClasses()

True when both profiles classify every character identically.