ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Metafile LoadFromStreamFormat
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Harald

Germany
8 Posts

Posted - Jan 24 2013 :  02:00:14  Show Profile  Reply
Hallo.
I have problems with LoadFromStreamFormat and wmf metafile.
MemoryStream contains a wmf file from QuickReport.

Works fine:
MemoryStream.SaveToFile('C:\Temp\test.wmf');
ImageEnView.IO.LoadFromFile('C:\Temp\test.wmf');


Empty ImageEnView:
MemoryStream.Position := 0;
ImageEnView.IO.LoadFromStreamFormat(MemoryStream, ioWMF);


XE2 with ImageEn 4.1.4
Any idea? Thanks, Harald

Document Management http://www.officemanager.de

fab

1310 Posts

Posted - Jan 25 2013 :  00:46:47  Show Profile  Reply
Hello,
please specify ioUnknown in LoadFromStreamFormat...

ImageEnView.IO.LoadFromStreamFormat(MemoryStream, ioUnknown);

...or load using LoadFromStream:

ImageEnView.IO.LoadFromStream(MemoryStream);

Next version will allow also to specify ioWMF in LoadFromStreamFormat as you have done.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: