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