TextConversionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Convert Document to Text (txt)
public class TextConversionResult
type TextConversionResult = class
Public Class TextConversionResult
- Inheritance
-
TextConversionResult
Constructors
| Name | Description |
|---|---|
| TextConversionResult() | |
Properties
| Name | Description |
|---|---|
| Successful |
True if the operation was successful, false otherwise |
| TextResult |
Plain Text (TXT) format conversion result of the input document. The text result is returned as a string. |