Skip to main content

EncodingDetector.BeginDetection() Method

Initializes an internal list of detectors for individual encodings and sets the initial detector state.

Namespace: DevExpress.Docs.Text

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public void BeginDetection()

Remarks

The BeginDetection is called inside the EncodingDetector.Detect method.

See Also