You are here: Start » AVL.NET » AVL.ReadSingleBarcode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, string, AvlNet.BarcodeFormat?, AvlNet.Rectangle2D)

AVL.ReadSingleBarcode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, AvlNet.Rectangle2D?, string, AvlNet.BarcodeFormat?, AvlNet.Rectangle2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ReadSingleBarcode(
	AvlNet.Image inImage,
	AvlNet.Rectangle2D? inRoi,
	AvlNet.CoordinateSystem2D? inRoiAlignment,
	AvlNet.BarcodeFormat? inBarcodeFormat,
	float inMinGradientLength,
	int inBaseBarWidth,
	int inDetectionScanCount,
	int inReadingScanCount,
	int inScanWidth,
	float inMinStrength,
	float inSmoothingStdDev,
	out AvlNet.Rectangle2D? outBarcodePosition,
	out string outDecodedText,
	out AvlNet.BarcodeFormat? outBarcodeFormat,
	out AvlNet.Rectangle2D outAlignedRoi
)

Parameters

inImage
Type: AvlNet.Image
inRoi
Type: System.Nullable<AvlNet.Rectangle2D>
inRoiAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inBarcodeFormat
Type: System.Nullable<AvlNet.BarcodeFormat>
inMinGradientLength
Type: System.Single
inBaseBarWidth
Type: System.Int32
inDetectionScanCount
Type: System.Int32
inReadingScanCount
Type: System.Int32
inScanWidth
Type: System.Int32
inMinStrength
Type: System.Single
inSmoothingStdDev
Type: System.Single
outBarcodePosition
Type: System.Nullable<AvlNet.Rectangle2D>
outDecodedText
Type: System.String
outBarcodeFormat
Type: System.Nullable<AvlNet.BarcodeFormat>
outAlignedRoi
Type: AvlNet.Rectangle2D

See also