TFORMer SDK - NET  8
Static Public Member Functions | Properties
TFORMer Class Reference

Provides methods to query status information and to license TFORMer SDK. More...

List of all members.

Static Public Member Functions

static void License (string licensee, LicenseKind kind, int numberOfLicenses, string key)
 Applies a license to this instance of the TFORMer SDK.

Properties

static bool IsDesignerAvailable [get]
 Indicates whether TFORMer Designer is available or not.

Detailed Description

Provides methods to query status information and to license TFORMer SDK.


Member Function Documentation

static void License ( string  licensee,
LicenseKind  kind,
int  numberOfLicenses,
string  key 
) [static]

Applies a license to this instance of the TFORMer SDK.

The licensing method needs to be called prior to any call generating output (e.g. Print). It is recommended to call this method once immediately after loading the TFORMer SDK. You will receive the license information from TEC-IT Datenverarbeitung GmbH after ordering (https://www.tec-it.com/order). All license values must be specified exactly as received from TEC-IT. The license kind, the number of licenses and the licensee string are checked against the license key.

See also:
Licensing TFORMer
Parameters:
licenseeThe licensee
kindThe kind of the license
numberOfLicensesThe number of licenses
keyThe license key

Property Documentation

bool IsDesignerAvailable [static, get]

Indicates whether TFORMer Designer is available or not.

This property determines whether TFORMer Designer (TFORMer.exe) is installed on the local machine. If TFORMer Designer is installed, FormLayouts can be edited with TFORMer Designer.

The method FormLayout.Design starts TFORMer Designer and loads the current FormLayout.

Returns:
true if TFORMer Designer is available.

© 2006-2024 - all rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Wed Aug 7 2024 17:29:42 for TFORMer SDK - NET with doxygen 1.7.6.1