PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index PDFsharp - moved to http://forum.pdfsharp.net/
Please visit the new PDFsharp forum at http://forum.pdfsharp.net/
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

XGraphics.FromGraphics

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Support - moved to http://forum.pdfsharp.net/
View previous topic :: View next topic  
Author Message
purnal



Joined: 11 Jun 2007
Posts: 1

PostPosted: Mon Jun 11, 2007 8:19 pm    Post subject: XGraphics.FromGraphics Reply with quote

pdfsharp team,

does XGraphics.FromGraphics works if i want to use it to replace XGraphics.FromPdfPage.

It seemed like it works differently. XGraphics i created XGraphics.FromPdfPage displayed correctly but not when i do XGraphics.FromGraphics. if it not working, what can i do if i want to save an XGraphics work to an image file instead of PDF Page.

==============================================
/// this works

public void Render(PdfPage page)
{
this.gfx = XGraphics.FromPdfPage(page);

CreateGraphics(this.gfx);
}

/// this DOES NOT, it creates an empty image
public void Render(string filename)
{
this.mergedCells = new MergedCellList(this.table);
XSize size = new XSize();
size.Width = 500;
size.Height = 500;
Bitmap bmp = new Bitmap((int)500, (int)500);
Graphics gImg = Graphics.FromImage(bmp);
gImg.Clear(Color.Transparent);

this.gfx = XGraphics.FromGraphics(gImg, size);

CreateGraphics(this.gfx);

bmp.Save(filename,System.Drawing.Imaging.ImageFormat.Jpeg);
// Save to JPEG
gImg.Dispose();
bmp.Dispose();
}


best regards,

purna
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Support - moved to http://forum.pdfsharp.net/ All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group. Hosted by phpBB.BizHat.com


Start Your Own YouTube Clone

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!
For Support, visit Forums.BizHat.com