Click or drag to resize

PdfLoadOptionsDetectShadowChar Property

Returns or sets the mode indicating whether to fix character shadows. Default value: Auto. Auto: Quick shadow check. It practically doesn't slow down the conversion process. Disabled: Don't check for character shadows. It doesn't slow down the conversion process. It doesn't guarantee the correct rendering of character shadows. Enabled: Full shadow check. The conversion process can be significantly slowed down.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public PropertyState DetectShadowChar { get; set; }

Property Value

PropertyState
See Also