Features
Contents
[
Hide
]
Features class
Represents the supported features list. Allows to obtain information which features are supported or not for the document.
public sealed class Features
Properties
Name | Description |
---|---|
Barcodes { get; } | Gets the value that indicates whether barcodes extraction is supported. |
Container { get; } | Gets the value that indicates whether container extraction is supported. |
FormattedText { get; } | Gets the value that indicates whether formatted text extraction is supported. |
FormattedTextPage { get; } | Gets the value that indicates whether formatted text page extraction is supported. |
Highlight { get; } | Gets the value that indicates whether highlight extraction is supported. |
Hyperlinks { get; } | Gets the value that indicates whether hyperlinks extraction is supported. |
Images { get; } | Gets the value that indicates whether images extraction is supported. |
Metadata { get; } | Gets the value that indicates whether metadata extraction is supported. |
Ocr { get; } | Gets the value that indicates whether OCR functionality is supported. |
PagePreview { get; } | Gets the value that indicates whether the page preview generation is supported. |
ParseByTemplate { get; } | Gets the value that indicates whether parsing by template is supported. |
ParseForm { get; } | Gets the value that indicates whether form parsing is supported. |
Preview { get; } | Gets the value that indicates whether preview generation is supported. |
Search { get; } | Gets the value that indicates whether text search is supported. |
Structure { get; } | Gets the value that indicates whether text structure extraction is supported. |
Tables { get; } | Gets the value that indicates whether tables extraction is supported. |
Text { get; } | Gets the value that indicates whether text extraction is supported. |
TextAreas { get; } | Gets the value that indicates whether text areas extraction is supported. |
TextPage { get; } | Gets the value that indicates whether text page extraction is supported. |
Toc { get; } | Gets the value that indicates whether table of contents extraction is supported. |
Worksheet { get; } | Gets the value that indicates whether the worksheet extraction is supported. |
Methods
Name | Description |
---|---|
IsFeatureSupported(string) | Returns the value that indicates whether the feature is supported. |
Remarks
An instance of this class is used as Features
property. See the usage examples there.
Learn more:
See Also
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser