HtmlSaveOptions.SaveShadowedTextsAsTransparentTexts

HtmlSaveOptions.SaveShadowedTextsAsTransparentTexts field

Pdf can contain texts that are shadowed by another elements (f.e. by images) but can be selected to clipboard in Acrobat Reader (usually it happen when document contains images and OCRed texts extracted from it). This settings tells to converter whether we need save such texts as transparent selectable texts in result HTML to mimic behaviour of Acrobat Reader (othervise such texts are usually saved as hidden, not available for copying to clipboard)

public bool SaveShadowedTextsAsTransparentTexts;

See Also