FormattedTextOptions

FormattedTextOptions class

Provides the options which are used for formatted text extraction.

public sealed class FormattedTextOptions

Constructors

Name Description
FormattedTextOptions(FormattedTextMode) Initializes a new instance of the FormattedTextOptions class.

Properties

Name Description
Mode { get; } Gets the formatted text extraction mode.

Remarks

An instance of FormattedTextOptions class is used as parameter in GetFormattedText and GetFormattedText methods. See the usage examples there.

Learn more:

See Also