| 
    Opait PDF Library
    
   | 
 
Utility class to initialize and validate license files. More...
Static Public Member Functions | |
| static bool | SetLicense (string licenseFile) | 
| Initializes the library and validates the specified license file.  More... | |
| static bool | SetLicense (byte[] licenseResource) | 
| Initializes the library from an byte array, such as an embedded resource file.  More... | |
Utility class to initialize and validate license files.
      
  | 
  static | 
Initializes the library from an byte array, such as an embedded resource file.
| licenseResource | The byte array with licensing info. | 
      
  | 
  static | 
Initializes the library and validates the specified license file.
| licenseFile | Path to the license file. |