LFileSettings
Description
The LFileSettings class is derived from LSettings, and extends it to include functionality for restricting which LEAD file import/export DLLs are loaded, getting/setting extended import/export options, getting/setting file comments and tags (for file formats such as TIFF and EXIF), and getting/setting resolution import options (for file formats such as WMF, PCD & FPX).
You may find it useful to call the static member functions of this class directly, as (ClassName::Function), without declaring an object. For example, the following is valid, and will compile:
nMode = LBitmapSettings::GetDisplayMode();
This returns the current global setting for the paint contrast.
Required Libraries
You must load all required libraries using LBase::LoadLibraries before using the classes.
LTKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also