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