←Select platform

StringNullAllowed Property

Summary

Gets a value that indicates whether a null (Nothing in VB) is a valid value for a string setting.

Syntax
C#
VB
Objective-C
C++
Java
public bool StringNullAllowed { get; } 
ReadOnly Property StringNullAllowed As Boolean 
@property (nonatomic, assign, readonly) BOOL stringNullAllowed 
public boolean getStringNullAllowed() 
property bool StringNullAllowed { 
   bool get(); 
} 

Property Value

True if a null (Nothing in VB) is a valid value for a string setting; otherwise it is false.

Remarks

This member is only valid if ValueType is OcrSettingValueType.String.

For a list of supported engine-specific settings and their meanings, refer to OCR engine-specific Settings.

Example

For an example, refer to IOcrSettingManager.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly