Re: PrintDocument to a in memory Grapics object, How to?
From: Morten Wennevik (MortenWennevik_at_hotmail.com)
Date: 03/16/05
- Next message: Roman Gavrilov via .NET 247: "Bitmap scaling"
- Previous message: -: "PrintDocument to a in memory Grapics object, How to?"
- In reply to: -: "PrintDocument to a in memory Grapics object, How to?"
- Next in thread: -: "Re: PrintDocument to a in memory Grapics object, How to?"
- Reply: -: "Re: PrintDocument to a in memory Grapics object, How to?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Mar 2005 16:39:32 +0100
Hi -,
You could create a Bitmap in memory, with the same size and resolution as
the page, and obtain a Graphics handle to that Bitmap.
On Wed, 16 Mar 2005 16:32:39 +0100, - <-@hotmail.com> wrote:
> Hi to All,
>
> I have a working printdocument, how can I use it to
> draw it's contents (pages) only to a inmemory graphics object
> and not to a printer or printpreview?
>
> thx for answers.
>
>
>
-- Happy Coding! Morten Wennevik [C# MVP]
- Next message: Roman Gavrilov via .NET 247: "Bitmap scaling"
- Previous message: -: "PrintDocument to a in memory Grapics object, How to?"
- In reply to: -: "PrintDocument to a in memory Grapics object, How to?"
- Next in thread: -: "Re: PrintDocument to a in memory Grapics object, How to?"
- Reply: -: "Re: PrintDocument to a in memory Grapics object, How to?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|