Hi.

On Mon, 6 May 2002 10:06:35 -0500
"Fernando, Chaminda non Unisys" <[EMAIL PROTECTED]> wrote:

> Hi all,
>         How can we print image file in VB.NET ?
>         Can we  use print document command for that ?

Yes. If you use PrintDocument Class, You'll get PrintPage
event. Then You should use Graphics.DrawImage() method.

'* --------------------------- Define of Signature Module ----- *
  Option Explicit
  Const MailTo  = "[EMAIL PROTECTED]"
  Const Comment = ""

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to