Available in the LEADTOOLS Imaging toolkit. |
EnableFastRender (Main Control) example for Visual Basic
Dim TmphDc As Long
Lead1.Load "c:\Wizard4.jpg", 0, 0, 1
Lead1.EnableFastRender = True
TmphDc = Lead1.PrintStart
Lead1.Render TmphDc, 0, 0, 0, 0
Lead1.PrintEnd TmphDc
Lead1.EnableFastRender = False