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.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public PropertyState DetectShadowChar { get; set; }
Public Property DetectShadowChar As PropertyState
Get
Set
Property Value
PropertyStateSee Also