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