HTML Renderer Changelog

What's new in HTML Renderer 1.3.0.0

Jan 18, 2013
  • Features:
  • Added link html element attributes to LinkClicked event (issue - 2526).
  • Added support for .NET color names (thx to Quadko, issue - 8454)
  • Image handling:
  • Show error image with borders if failed to load image
  • Load image from file async
  • Download image from web async
  • Caching of downloaded image
  • Load image event that allows overwrite image from outside, with async support (issue - 8457)
  • Dispose of images as soon as the HtmlContent is not in use
  • Error handling:
  • Event raised when error occurred in Html Renderer
  • Error event allows to continue render in spite error
  • Error in loading image
  • Error in mouse/keyboard handling
  • Error in paint in single box level
  • Error in layout in single box level
  • Added support:
  • Multiple classes in single attribute separated by whitespace
  • Background-image (very basic support)
  • Fixes:
  • Image size when failed to get image
  • More block inside inline element issues (thx to Quadko, issue - 8455, 8456)

New in HTML Renderer 1.0.0.0 (2) (Apr 26, 2009)

  • Text Encoding of Samples
  • Large paragraphs and fonts because of Culture
  • License