Flow

PdfRecognitionMode.Flow field

Full recognition mode, the engine performs grouping and multi-level analysis to restore the original document author’s intent and produce a maximally editable document. The downside is that the output document might look different from the original PDF file.

public static readonly PdfRecognitionMode Flow;

See Also