Click or drag to resize

AtalasoftConfigSectionPdfDecoder Property

Gets a PdfDecoder component configuration section.

Namespace:  Atalasoft.Shared
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfDecoderConfigElement PdfDecoder { get; }

Property Value

Type: PdfDecoderConfigElement
Examples
PdfDecoder library configuration sample:
<?xml version="1.0" encoding="utf-8" ?>
 <configuration>
   <configSections>
     <section name="Atalasoft"
                 type="Atalasoft.Shared.AtalasoftConfigSection, Atalasoft.Shared"/>
  </configSections>

  <Atalasoft>
    <PdfDecoder PdfiumLocation="C:\Folder\Subfolder\SubSubFolder" NativeLibValidationType="Signature"/>
  </Atalasoft>
</configuration>
See Also