BarcodeScannerSettingsCodeLocationArea2d Property |
Code location area for 2d codes.
Namespace: Scandit.RecognitionAssembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax public RectangleF CodeLocationArea2d { get; set; }
Public Property CodeLocationArea2d As RectangleF
Get
Set
public:
property RectangleF CodeLocationArea2d {
RectangleF get ();
void set (RectangleF value);
}
member CodeLocationArea2d : RectangleF with get, set
Property Value
Type:
RectangleFRemarks See Also