Draws the barcode image onto the graphics object with the bars filling the specified area measured in inches. It also performs the scaling of the Font in order to accommodate it to the desired size.
[Visual Basic] Overloads Public Sub DrawOnCanvas( _ ByVal graphic As Graphics, _ ByVal barsAreaInInches As RectangleF, _ ByVal autoScaleFont As Boolean _ )