←Select platform

Amount Property

Summary

Gets or sets the amount value.

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

Property Value

The amount 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