Page 1 of 1

Using TPrintPreview to Print a large canvas

PostPosted: February 4th, 2010, 1:32 am
by siik
Hi,

Tyring to find a way to print(preview) a large canvas of a component in delphi (i.e. similar to scrollbox). Does your component provide features to do this?If so how can this be acheived?

I would hope it is relatively simple e.g. by passing the compnents' canvas handle to the printpreview canvas handle.

Thanks in advance
Simon

Re: Using TPrintPreview to Print a large canvas

PostPosted: February 4th, 2010, 10:27 pm
by Kambiz
Although PrintPreview has methods to print windowed controls, but it cannot print hidden or out of bound items.