|
Foxit PDF SDK
|
This class represents the library management. It contains functions to initialize/re-initialize/release Foxit PDF SDK library, and also contains functions for global use.
Any application should load Foxit PDF SDK by function fsdk.LibraryInitialize before calling any other Foxit PDF SDK functions. When there is no need to use Foxit PDF SDK any more, please call function fsdk.LibraryRelease .
Functions in Foxit PDF SDK may throw exception when some error occurs. User can catch these exceptions and check the error code with values starting from fsdk.E_ErrFile to know more about what error occurs.