Class Hierarchy
AdHostImageAppServices
C++
class AdHostImageAppServices;
File
AdHostImageAppServices.h
Description
This class defines an interface to publish the initialization/un-initialization of format codecs with the imaging library that an application (like AutoCAD) might be internally using.
Applications (like AutoCAD) which are clients of some imaging library themselves can provide implementation for this interface. It is preferred to have a singleton object implementing this interface for the entire application session. Using this interface, applications can mask the internals of how it initializes the imaging library it uses.