Link Search Menu Expand Document

CaptionPosition Enumeration

Describes options for barcode caption position.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-master
Syntax
public enum CaptionPosition
Members
Member nameValueDescription
Above0 (0) Caption above the barcode.
Below1 (1) Caption below the barcode.
Before2 (2) Caption before the barcode (at left).
After3 (3) Caption after the barcode (at right).
See Also

Reference