Function groups
II2LN is based on a set of available functions, that can be accessed via LotusScript. The functions are grouped together as this;
- Identification functions - These functions let you identify the installed version of II2LN. This makes it easier for you to ensure that your code runs against a known version of II2LN. All these functions are based on the version number of II2LN.
The functions are:- GetII2LNMajorVersion
- GetII2LNMinorVersion
- GetII2LNBuildNumber
- GetII2LNVersion
- Import functions - These functions actually import the image into Lotus Notes. You can control much of the import processing with the Import Options. The functions are:
- ImportImage - Import the image as Notes Embedded Image.
- ImportImageAsResource - Import the image as a Image Resource.
- Attachment functions - These functions will attach the image to Lotus Notes-documents much like the built-in attachment logic. However, the images may be processed the same way as when importing images. The functions are:
- AttachImage - Attach the image with Import Options
- Miscellaneous functions - Functions not directly related to the groups above;
- GuessImageFormat - Analyze the specified image to detect what image format it is.