OmniPageLicenseLimitsInfoElement Constructor |
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
)
Public Sub New (
_type As OmniPageLicenseLimitType,
_limit As Integer,
_expTime As ValueType
)
Parameters
- _type
- Type: Atalasoft.Ocr.OmniPageOmniPageLicenseLimitType
Limit type. - _limit
- Type: SystemInt32
Limit value. - _expTime
- Type: SystemValueType
Limit expiration time.
See Also