- generateBarCode(
options: {
backColor?: string | Color;
frontColor?: string | Color;
height: number;
text: string;
type: BarcodeFormat;
width: number;
},
): ImageSource Parameters
- options: {
backColor?: string | Color;
frontColor?: string | Color;
height: number;
text: string;
type: BarcodeFormat;
width: number;
}
Returns ImageSource