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