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) NSInteger maximumImageWidth
public int getMaximumImageWidth()
public void setMaximumImageWidth(int value)
<br/>get_MaximumImageWidth();<br/>set_MaximumImageWidth(value);<br/>Object.defineProperty('MaximumImageWidth');
public:
property int MaximumImageWidth {
int get();
void set ( int value);
}
Property Value
The maximum image width allowed when reading barcodes.