To draw right-aligned text, you could combine the SetHorizontalAlign() and DrawTextInBox() functions. Please refer to LitePDF documentation for detains.

Posted in LitePDF | No Comments »

If you capture screenshots of websites which has activeX controls in it and stuck, please make sure you have done these things:

  1. Call funtion SetActiveXEnabled(true)
  2. Lower IE security settings (especially the options related to ActiveX). The webpages with ActiveX controls in them will be blocked by IE in default.
Posted in General | No Comments »