Class License

Class License

Tên không gian: Aspose.TeX Tổng hợp: Aspose.TeX.dll (25.4.0)

Nó cung cấp các phương pháp để cấp phép các thành phần.

public class License

Inheritance

object License

Thành viên thừa kế

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Examples

Trong ví dụ này, một nỗ lực sẽ được thực hiện để tìm một tệp giấy phép tên là MyLicense.lictrong thư mục có chứa

thành phần, trong thư mục chứa bộ sưu tập cuộc gọi, trong thư mục của bộ sưu tập nhập và sau đó trong các tài nguyên tích hợp của bộ sưu tập cuộc gọi.

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>
 Tiếng Việt