IBarcodeSetMargins 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
Sets the barcode margins in specified units.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
void SetMargins( float left, float top, float right, float bottom, UnitOfMeasure unit )
Parameters
- left
- Type: SystemSingle
The left margin value in specified units. - top
- Type: SystemSingle
The top margin value in specified units. - right
- Type: SystemSingle
The right margin value in specified units. - bottom
- Type: SystemSingle
The bottom margin value in specified units. - unit
- Type: Bytescout.BarCodeUnitOfMeasure
The unit of measure for margin values.
See Also