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