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