←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
Java
Objective-C
WinRT C#
C++
public bool StringNullAllowed { get; } 
ReadOnly Property StringNullAllowed As Boolean 
bool StringNullAllowed {get;} 
@property (nonatomic, assign, readonly) BOOL stringNullAllowed 
public boolean getStringNullAllowed() 
get_StringNullAllowed();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly