←Select platform

Account Property

Summary
Gets or sets the account value (i.e. On-Us Field).
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string Account { get; set; } 
@property (nonatomic, copy, nullable) NSString *account; 
public String getAccount() 
public void setAccount(String value) 
public: 
property String^ Account { 
   String^ get(); 
   void set (    String^ ); 
} 
Account # get and set (OcrMicrData) 

Property Value

The account value (i.e. On-Us Field). Default value is null.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.