←Select platform

Amount Property

Summary

Gets or sets the amount value.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Amount { get; set; } 
Public Property Amount As String 
public string Amount {get; set;} 
@property (nonatomic, copy, nullable) NSString *amount 
public String getAmount() 
public void setAmount(String value) 
             
 <br/>get_Amount();<br/>set_Amount(value);<br/>Object.defineProperty('Amount');  
public: 
property String^ Amount { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The amount value. Default value is null.

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