←Select platform

CheckNumber Property

Summary

Gets or sets the check number value.

Syntax
C#
VB
Objective-C
C++
Java
public string CheckNumber { get; set; } 
Public Property CheckNumber As String 
@property (nonatomic, copy, nullable) NSString *checkNumber 
public String getCheckNumber() 
public void setCheckNumber(String value) 
public: 
property String^ CheckNumber { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The check number value. Default value is null.

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