BarcodeControlSetCustomCaptionGap 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 gap size between the barcode and caption. To reset the gap to default (1/10 of caption font height) set gap to float.NaN.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax
Parameters
- gap
- Type: SystemSingle
Gap size in specified units. - unit
- Type: Bytescout.BarCodeUnitOfMeasure
The unit of measure for margin values.
Implements
IBarcodeSetCustomCaptionGap(Single, UnitOfMeasure)Remarks
See Also