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
textExtractionMode
Type: Microsoft.Exchange.Data.TextConverters.TextExtractionModeA TextExtractionMode enumeration value specifying whether or not to preserve formatting in extracted text.