Link Search Menu Expand Document

HTMLExtractorExtractShadowLikeText 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
public bool ExtractShadowLikeText { get; set; }

Property Value

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

Implements

IHTMLExtractorExtractShadowLikeText
See Also

Reference