Link Search Menu Expand Document

IHTMLExtractorExtractShadowLikeText Property

Gets or sets a value indicating whether to include characters used to create "shadow" effect (when the same character appears with some offset) from PDF document. True by default (includes all encoded characters disregarding their real appearance).

Namespace:Bytescout.PDF2HTML
Assembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
bool ExtractShadowLikeText { get; set; }

Property Value

Type: Boolean
true if extract shadow like characters in text; otherwise, false.
See Also

Reference