FeaturesFormattedText Property |
Gets the value that indicates whether formatted text extraction is supported.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.06.0
Syntaxpublic bool FormattedText { get; }
Public ReadOnly Property FormattedText As Boolean
Get
public:
property bool FormattedText {
bool get ();
}
member FormattedText : bool with get
Return Value
Type:
Booleantrue if formatted text extraction is supported; otherwise,
false.
See Also