Adjust the software to the environment is runs in.

Namespace: TallComponents.PDF.Rasterizer.Configuration
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public enum TrustLevel
Visual Basic
Public Enumeration TrustLevel

Members

Member nameValueDescription
Medium0 This allows the software to be run under IIS using Medium trust, but memory usage is higher when using large images.
High1 This allows the software to be run under IIS using High trust, but memory usage is higher when using large images.
Full2 Memory usage is low when using large images, but it can only be run in Full trust under IIS.

See Also