Re: Metafiles
- From: "Larry L" <alamode@xxxxxxxxxxxxxxxx>
- Date: Fri, 12 May 2006 16:49:42 -0700
Thank you once again Mike. That (individual objects/layers thing) helped a
lot - looks like I can go ahead.
I'll have a look at the SetMapMode() API call.
Cheers
Larry L
"Mike D Sutton" <EDais@xxxxxxxx> wrote in message
news:uxQwhOedGHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
forHi - I have been studying the exportation of .emf files from my vb app
questions.use with Adobe Illustrator and or Coreldraw and have couple of
..emf ,Firstly, if I create say, two polygons and manage to save them to an
separatewould the receiving application be able to differentiate between the
polygons (as individual entities, i.e. to place each polygon on a
entity?layer in AI or Corel) or would the objects be combined into a single
the EMF contains two separate rectangle
That's really down to the EMF import module in those applications, however
records so the potential to distribute them out onto individual layers iscertainly there.
the
My second question is regarding output devices. My app presently gets
drawingdevicecaps from a standard lettersize printer and produces a scale
inon paper. The new function I want to add with the .emf file would output
full size approx 6 feet by 4 feet. Is it possible to create the drawing
you're drawing to, and the playback engine willthe .emf this size without obtaining any device caps from the (unknown)
output device?
Use the SetMapMode() API call to define the mapping mode of the MetaDC
be able to convert this scale into device space coordinates on whateverhardware it's rendered to.
Hope this helps,
Mike
- Microsoft Visual Basic MVP -
E-Mail: EDais@xxxxxxxx
WWW: Http://EDais.mvps.org/
.
- References:
- Metafiles
- From: Larry L
- Re: Metafiles
- From: Mike D Sutton
- Metafiles
- Prev by Date: Re: Metafiles
- Next by Date: Extract text from PDF file into .txt file
- Previous by thread: Re: Metafiles
- Next by thread: Extract text from PDF file into .txt file
- Index(es):
Loading