OcrTextRecognitionOptions.PageSeparator

OcrTextRecognitionOptions.PageSeparator property

Gets or sets the string inserted between recognized texts of consecutive pages. Defaults to "\n\n".

public string PageSeparator { get; set; }

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when the assigned value is null.

See Also