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