Class License
Class License
İsim alanı : Aspose.TeX Toplama: Aspose.TeX.dll (25.4.0)
Bu bileşenin lisanslanmasını sağlayan yöntemler sunar.
public class License
Inheritance
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
Bu örnekte, MyLicense.com adı verilen bir lisans dosyasını bulmaya çalışılacaktır.içerdiği dosyada
bileşen, çağrı toplantısını içeren klasörde, giriş toplantısının klasöründe ve daha sonra çağrı toplantısının yerleşik kaynaklarında.
License license = new License();
license.SetLicense("MyLicense.lic");
Dim license As license = New license
License.SetLicense("MyLicense.lic")
```</ms><java>
the component jar file:
```csharp
License license = new License();
license.setLicense("MyLicense.lic");
```</java>