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