InternetSecurityZone Enumeration |
Specifies the internet security zone settings used by the HTML converter to convert web sites.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public enum InternetSecurityZone
Public Enumeration InternetSecurityZone
Members
| Member name | Value | Description |
---|
| Default | 0 |
Use the default autodetected security zone.
|
| LocalMachine | 1 |
Use the Local Machine security zone settings.
|
| Intranet | 2 |
Use the Intranet security zone settings.
|
| Trusted | 3 |
Use the Trusted security zone settings.
|
| Internet | 4 |
Use the Internet security zone settings.
|
| Untrusted | 5 |
Use the Untrsuted security zone settings.
|
See Also