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 

MigraDoc Table.KeepTogether

 
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
Snixtor



Joined: 01 Dec 2008
Posts: 2

PostPosted: Mon Dec 01, 2008 5:17 am    Post subject: MigraDoc Table.KeepTogether Reply with quote

Is this property working properly, or am I misunderstanding its purpose? The source code comments the property as: "Gets or sets a value indicating whether to keep all the table rows on the same page." I'm using versions PDFSharp-1.2.1269.beta+MigraDocLite-1.2.2546. I create a document, fill up most of the page with text, add a table with KeepTogether = true and 10 or so rows, but the table spread across two pages when rendered.

Everything is pretty straightforward, just created a MigraDoc, then rendered with:

Code:
MigraDoc.Rendering.DocumentRenderer render = new MigraDoc.Rendering.DocumentRenderer(doc);
render.PrepareDocument();

for (int i = 0; i < render.FormattedDocument.PageCount; i++)
{
    PdfSharp.Pdf.PdfPage page = pdfDoc.AddPage();
    render.RenderPage(PdfSharp.Drawing.XGraphics.FromPdfPage(page), i + 1);
}

pdfDoc.Save("C:\\PDFTest.pdf");
Back to top
View user's profile Send private message
Snixtor



Joined: 01 Dec 2008
Posts: 2

PostPosted: Tue Dec 02, 2008 2:10 am    Post subject: Reply with quote

I must have missed something, but have since discovered that a good way to keep a table on one page is:

myTableFirstRow.KeepWith = myTable.Rows.Count - 1;

Thus ensuring that the first row is kept with all the other rows of the table, and keeping it on the one page.
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