With v7, when doing a print, the print dialog displays a new check box for Smooth; is there a way to set this within the code so that when the print dialog is invoked, the Smooth checkbox is automatically checked?
Thanks,
Scott Small
Setting Print Smoothing in code
Hi Scott,
yes, you must place a TeePreveiwer component into the Form and use the following code :
yes, you must place a TeePreveiwer component into the Form and use the following code :
Code: Select all
With TeePreviewer1
.Chart = TChart1
.Options.AsBitmap = True
.ShowPreview
End With
Pep Jorge
http://support.steema.com
http://support.steema.com