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