PrintForm

Top  Previous  Next

This method can be used to export a certain form as screenshot in a PDF file.

 

Parameters:

Form: TForm - this is the form to be exported

 

screenshotmode: Boolean - if this parameter is false only the client area of the form will be exported and text remains selectable, if it is true, also the title bar of the form will be captured but the exported information will be only a bitmap.

 

The form must be completely visible.