Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfRenderingSettings.ExternalDctDecoderModulePath Property

OBSOLETE

This API is now obsolete.

For internal use.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

[Obsolete("This API is now obsolete.")]
public static string ExternalDctDecoderModulePath { get; set; }

Property Value

Type Description
String

 

Remarks

Important

Starting from 18.2, the DCT decoder has been changed to Windows Imaging Component (WIC) DCT decoder.

See Also