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 

Important Notice: We regret to inform you that our free phpBB forum hosting service will be discontinued by the end of June 30, 2024. If you wish to migrate to our paid hosting service, please contact billing@hostonnet.com.
Alignment of Image inside table cell

 
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
aknuth



Joined: 23 Mar 2007
Posts: 16
Location: Berlin

PostPosted: Tue Jun 05, 2007 5:57 pm    Post subject: Alignment of Image inside table cell Reply with quote

How can I set the image alignment inside a table cell to right?
I tried the following:
Code:
row1.Cells[5].VerticalAlignment = VerticalAlignment.Top;
row1.Cells[5].Format.Alignment = ParagraphAlignment.Right;
Image image = row1.Cells[5].AddImage("blahblah.jpg");
image.RelativeVertical = RelativeVertical.Page;

but the image is still aligned to the left side of the cell.

Apart from that, is it possible to stretch the image to the cell dimensions by keeping the aspect ratio?

Regards,
André
Back to top
View user's profile Send private message Visit poster's website
ogu



Joined: 15 Jan 2008
Posts: 1

PostPosted: Tue Aug 05, 2008 9:25 pm    Post subject: Re: Alignment of Image inside table cell Reply with quote

aknuth wrote:
How can I set the image alignment inside a table cell to right?
I tried the following:
Code:
row1.Cells[5].VerticalAlignment = VerticalAlignment.Top;
row1.Cells[5].Format.Alignment = ParagraphAlignment.Right;
Image image = row1.Cells[5].AddImage("blahblah.jpg");
image.RelativeVertical = RelativeVertical.Page;

but the image is still aligned to the left side of the cell.

Apart from that, is it possible to stretch the image to the cell dimensions by keeping the aspect ratio?

Regards,
André


hi.. maybe is too late.. but if you want to align image in a cell, you must put image in Paragraph objetc first, and that image take the paragraph alignment that you define

in the paragraph1 definition:
paragraph1.Format.Alignment= ParagraphAlignment.Right
paragraph1.AddImage("image.png").Width=50

in the table:
cell1.Add(paragraph1)
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