'Declaration <DescriptionAttribute("Rectangle in the image to search barcodes.")> Public Property ScanRectangle As Rectangle
'Usage Dim instance As ReaderSettings Dim value As Rectangle instance.ScanRectangle = value value = instance.ScanRectangle
[Description("Rectangle in the image to search barcodes.")] public Rectangle ScanRectangle {get; set;}
[Description("Rectangle in the image to search barcodes.")] public: __property Rectangle get_ScanRectangle(); public: __property void set_ScanRectangle( Rectangle value );
[Description("Rectangle in the image to search barcodes.")] public: property Rectangle ScanRectangle { Rectangle get(); void set ( Rectangle value); }