'Declaration Public Shadows Property OutsideTextFont As Font
'Usage Dim instance As ImGearBarcodeWriter Dim value As Font instance.OutsideTextFont = value value = instance.OutsideTextFont
public new Font OutsideTextFont {get; set;}
'Declaration Public Shadows Property OutsideTextFont As Font
'Usage Dim instance As ImGearBarcodeWriter Dim value As Font instance.OutsideTextFont = value value = instance.OutsideTextFont
public new Font OutsideTextFont {get; set;}
Outside value text is only written for certain barcodes where this is standard. The barcode types that support outside text are UPC-A, UPC-E, EAN-8 and EAN-13. For all other types, this value is ignored.
Default value: Arial, 16, Normal