DisplayFromStream on C# webform(aspx form)

Example requests & Code samples for GdPicture Toolkits.
Post Reply
bakatori
Posts: 19
Joined: Tue Jul 06, 2010 9:49 am

DisplayFromStream on C# webform(aspx form)

Post by bakatori » Fri Aug 06, 2010 4:24 am

Is it possible to provide us with the sample of your DisplayFromStream using C# in an asp.net Webform?
As We wish to create the object from code-behind, rather than embedding in to a asp / html page.
We are considering in purchasing your product if the DisplayFromStream really work Well.
Will there be any after-purchase service to support the development?
Is it possible to give me your email contact?
Last edited by bakatori on Thu Aug 12, 2010 11:34 am, edited 1 time in total.

bakatori
Posts: 19
Joined: Tue Jul 06, 2010 9:49 am

Re: DisplayFromStream on C# webform(aspx form)

Post by bakatori » Tue Aug 10, 2010 2:48 am

please reply the Post. thank you

bakatori
Posts: 19
Joined: Tue Jul 06, 2010 9:49 am

Re: DisplayFromStream on C# webform(aspx form)

Post by bakatori » Thu Aug 12, 2010 2:47 am

please reply.
Your help will be appreciated.
Thanks

bakatori
Posts: 19
Joined: Tue Jul 06, 2010 9:49 am

Re: DisplayFromStream on C# webform(aspx form)

Post by bakatori » Tue Aug 17, 2010 6:00 am

Can we have your email for further discuss about your product and the sample?

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: DisplayFromStream on C# webform(aspx form)

Post by Loïc » Tue Aug 17, 2010 12:15 pm

Hi,

Here a C# sample to display a document stored within a stream.

using System.IO;

Code: Select all

FileStream fileStream = new FileStream(@"c:\test.tif", FileMode.Open);
GdViewer1.DisplayFromStream(fileStream);
fileStream.Close();

To contact us just have a look on our contact page: https://www.gdpicture.com/contact.php

Kind regards,

Loïc

bakatori
Posts: 19
Joined: Tue Jul 06, 2010 9:49 am

Re: DisplayFromStream on C# webform(aspx form)

Post by bakatori » Thu Aug 19, 2010 3:15 am

Thanks for your reply.

But how will you add it to your webform and how will you declare you activex object?
after you created your activex, how will you set your setting like width and height?
Loïc wrote:Hi,

Here a C# sample to display a document stored within a stream.

using System.IO;

Code: Select all

FileStream fileStream = new FileStream(@"c:\test.tif", FileMode.Open);
GdViewer1.DisplayFromStream(fileStream);
fileStream.Close();

To contact us just have a look on our contact page: https://www.gdpicture.com/contact.php

Kind regards,

Loïc

bakatori
Posts: 19
Joined: Tue Jul 06, 2010 9:49 am

Re: DisplayFromStream on C# webform(aspx form)

Post by bakatori » Mon Aug 23, 2010 5:42 am

Hi,

Is it possible to do so? may i have a sample of it based on my previous post?
Thank you

bakatori
Posts: 19
Joined: Tue Jul 06, 2010 9:49 am

Re: DisplayFromStream on C# webform(aspx form)

Post by bakatori » Mon Aug 30, 2010 7:50 am

is it possible to update with the issue??
i do try to create he object, but however there is difficulties in adding it to the web form front code-behind

bakatori
Posts: 19
Joined: Tue Jul 06, 2010 9:49 am

Re: DisplayFromStream on C# webform(aspx form)

Post by bakatori » Tue Oct 12, 2010 5:43 am

Hi,

i am still stuck with this issue, can anyone help?
I have difficulties in linkup the code behind gdviewer with the activeX gdviewer.
How can i work on it.
Can i have a simple sample code?

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests