Description:
This object is contained inside IGCoreCtl Control and provides access to global settings. The following is the list of the standard global parameters:
| COMM.PATH |
String |
Default path where to search for ImageGear components and third party libraries. |
| CPM.CMYK_PROFILE_PATH |
String |
Filename for CMYK color profile. |
| CPM.ENABLE_PROFILES |
Boolean |
Enables/disables ICC profiles management. |
| CPM.RGB_PROFILE_PATH |
String |
Filename for RGB color profile. |
| IGResult Object.NOTIFICATIONMODE |
Long |
The same as IGCoreCtl Control.Result.NotificationFlags Property. |
| LIC.PRODUCT_KEY |
String |
Product license key. |
| PDF.ENABLE_POSTSCRIPT |
Boolean |
Used to enable/disable PostScript support in PDF component. |
Custom parameters can be added to the collection via corresponding ImageGear API - UpdateParamFrom Method.
Interface:
IIGSettings
Members:
Methods
| GetParamCopy Method |
This method creates a new object and copies global parameter data into it. Parameter is identified by its name. |
| GetParamCopyByIndex Method |
This method creates a new object and copies global parameter data into it. Parameter is identified by its index in the collection. |
| UpdateParamFrom Method |
This method updates global parameter value in the collection. |
Properties
| ParamCount Property |
This property returns the total number of parameters in the collection. |