Share via


RtfToText constructor (TextExtractionMode)

The RtfToText constructor creates a new RtfToText object and allows you to specify the text extraction mode.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    textExtractionMode As TextExtractionMode _
)
'Usage
Dim textExtractionMode As TextExtractionMode

Dim instance As New RtfToText(textExtractionMode)
public RtfToText(
    TextExtractionMode textExtractionMode
)

Parameters

See also

Reference

RtfToText class

RtfToText members

RtfToText overload

Microsoft.Exchange.Data.TextConverters namespace