textLocation property

CodeLocation? textLocation
getter/setter pair

Specify the displayed text location. Set to CodeLocation.None to hide CodeText. Default value depends on BarcodeType: CodeLocation.Below for 1D barcodes and CodeLocation.None for 2D barcodes.

Implementation

//enum textLocationEnum {  Below,  Above,  None,  };
CodeLocation? textLocation;