IBarcodeGetMargins Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Returns the barcode margins in specified units.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
void GetMargins( out float left, out float top, out float right, out float bottom, UnitOfMeasure unit )
Parameters
- left
- Type: SystemSingle
Receives the left margin value in specified units. - top
- Type: SystemSingle
Receives the top margin value in specified units. - right
- Type: SystemSingle
Receives the right margin value in specified units. - bottom
- Type: SystemSingle
Receives the bottom margin value in specified units. - unit
- Type: Bytescout.BarCodeUnitOfMeasure
The unit of measure for retrieved margin values.
See Also