You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Code39 or Interleaved 2 of 5 bar code is rendered using PDFSharp library and TextLocation.AboveEmbedded or TextLocation.BelowEmbedded is selected for this bar code if font size used to draw text is so large that graphics MeasureString method returns height greater than bar code height exception is thrown in ThickThinBarcodeRenderer.RenderBar method info.Gfx.DrawRectangle(info.Brush, rect);
statement since value of rect.Height is negative.
The text was updated successfully, but these errors were encountered:
When Code39 or Interleaved 2 of 5 bar code is rendered using PDFSharp library and TextLocation.AboveEmbedded or TextLocation.BelowEmbedded is selected for this bar code if font size used to draw text is so large that graphics MeasureString method returns height greater than bar code height exception is thrown in ThickThinBarcodeRenderer.RenderBar method
info.Gfx.DrawRectangle(info.Brush, rect);
statement since value of rect.Height is negative.
The text was updated successfully, but these errors were encountered: