Click or drag to resize

PdfDecoderConfigElementUseForMultipleAppDomains Property

Gets a flag indicating whether PdfDecoder is supposed to be used in multiple app domains environment.

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

Property Value

Type: Boolean
Remarks
In case of multiple app domains the library uses different thread synchronization mechanism, because regular Critical Section based mechanism does not work between different app domains.
See Also