Initializes DVDBuilder and manages license information.
More...
Initializes DVDBuilder and manages license information.
static void Initialize |
( |
| ) |
|
|
static |
Initializes the DVDBuilder library.
Must be called once before the library is used, usually when the application starts.
static bool IsLicensed |
( |
string |
product, |
|
|
string |
feature |
|
) |
| |
|
static |
Checks whether a product feature is licensed.
- Parameters
-
product | The product id. |
feature | The feature id. |
- Returns
- If true the specified product feature is licensed.
Sets DVDBuilder license information.
- Parameters
-
license | License information as string. If null the license is cleared. |
- Returns
- The current license status after the license is set.
Until the current license is resolved SetLicense will reject any license string and will return false.
- See also
- Library.LicenseStatus
Closes the DVDBuilder library and frees the resources that are used (if any).
Should be called when the library will not be used anymore, e.g. when the application ends.