Click or drag to resize

OmniPageLicenseLimitsInfoElement Constructor

Initializes a new instance of the OmniPageLicenseLimitsInfoElement class.

Namespace:  Atalasoft.Ocr.OmniPage
Assembly:  Atalasoft.dotImage.Ocr.OmniPage (in Atalasoft.dotImage.Ocr.OmniPage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public OmniPageLicenseLimitsInfoElement(
	OmniPageLicenseLimitType _type,
	int _limit,
	ValueType _expTime
)

Parameters

_type
Type: Atalasoft.Ocr.OmniPageOmniPageLicenseLimitType
Limit type.
_limit
Type: SystemInt32
Limit value.
_expTime
Type: SystemValueType
Limit expiration time.
See Also