Aspose::BarCode::License class
Contents
[
Hide
]License class
Provides methods to license the component.
class License : public System::Object
Methods
| Method | Description |
|---|---|
| License() | Initializes a new instance of this class. |
| SetLicense(System::String) | Licenses the library. |
| SetLicense(System::SharedPtr<System::IO::Stream>) | Licenses the library. |
Remarks
In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly.
[C#]
License license = new License();
license.SetLicense("MyLicense.lic");
[Visual Basic]
Dim license As license = New license
License.SetLicense("MyLicense.lic")
See Also
- Namespace Aspose::BarCode
- Library Aspose.BarCode for C++