Aspose::TeX::License::SetLicense method

License::SetLicense(System::String) method

Licenses the component.

void Aspose::TeX::License::SetLicense(System::String licenseName)

Remarks

Tries to find the license in the following locations:

  1. Explicit path.
  1. The folder of the component assembly.

  2. The folder of the client’s calling assembly.

  3. The folder of the entry assembly.

  4. An embedded resource in the client’s calling assembly.

**Note:**On the .NET Compact Framework, tries to find the license only in these locations:

  1. Explicit path.

  2. An embedded resource in the client’s calling assembly.

  1. The folder of the component jar file.
## See Also

License::SetLicense(System::SharedPtr<System::IO::Stream>) method

Licenses the component.

void Aspose::TeX::License::SetLicense(System::SharedPtr<System::IO::Stream> stream)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>A stream that contains the license.

Remarks

Use this method to load a license from a stream.

void setLicense(java.io.InputStream stream)

See Also