Adjust the software to the environment is runs in.
Namespace: TallComponents.PDF.Rasterizer.ConfigurationAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Medium | 0 | This allows the software to be run under IIS using Medium trust, but memory usage is higher when using large images. | |
| High | 1 | This allows the software to be run under IIS using High trust, but memory usage is higher when using large images. | |
| Full | 2 | Memory usage is low when using large images, but it can only be run in Full trust under IIS. |