ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeReader Class : Area Property |
'Declaration Public Property Area As ImGearRectangle
'Usage Dim instance As ImGearBarcodeReader Dim value As ImGearRectangle instance.Area = value value = instance.Area
public ImGearRectangle Area {get; set;}
public: __property ImGearRectangle get_Area(); public: __property void set_Area( ImGearRectangle value );
public: property ImGearRectangle Area { ImGearRectangle get(); void set ( ImGearRectangle value); }
If it is desired to analyze the entire image, set the Area property values (x, y, width and height) to zero.
Default value: 0,0,0,0