HTMLExtractorDetectStrikeoutTextStyle Property
Get or sets whether to detect the "strikeout" text style. Default is false.
Namespace:Bytescout.PDF2HTMLAssembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
public bool DetectStrikeoutTextStyle { get; set; }
Public Property DetectStrikeoutTextStyle As Boolean
Get
Set
public:
virtual property bool DetectStrikeoutTextStyle {
bool get () sealed;
void set (bool value) sealed;
}
abstract DetectStrikeoutTextStyle : bool with get, set
override DetectStrikeoutTextStyle : bool with get, set
Property Value
Type:
Boolean Implements
IHTMLExtractorDetectStrikeoutTextStylePDF standard does not support the "strikeout" font style. All strikeouts you can see in PDF documents are drawn as vector lines over the text. DetectStrikeoutTextStyle property enables the detection of the strikeout by analyzing relative locations of vector lines and text objects. This analysis can affect performance if the document page contains many vector lines, so the property is set to
false by default.
Reference