public int MaximumImageWidth {get; set;}
'Declaration
Public Property MaximumImageWidth As Integer
'Usage
Dim instance As BarcodeReader
Dim value As Integer
instance.MaximumImageWidth = value
value = instance.MaximumImageWidth
public int MaximumImageWidth {get; set;}
@property (nonatomic, assign) int maximumImageWidth;
public int getMaximumImageWidth()
public void setMaximumImageWidth(int value)
get_MaximumImageWidth();
set_MaximumImageWidth(value);
Object.defineProperty('MaximumImageWidth');
public:
property int MaximumImageWidth {
int get();
void set ( int value);
}
Property Value
The maximum image width allowed when reading barcodes.