Declaration
property DrawVersion: Boolean;
Description
When enabled the ImageEn version and release date are displayed on bottom-left side of the control window.
When debugging (running under Delphi) it will also output some debugging information.
// Show version and debug info when run under Delphi
if DebugHook <> 0 then
ImageEnView1.DrawVersion := True;