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