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 

Page Margins change when I don't want them to

 
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
fuzzylintman



Joined: 24 Feb 2009
Posts: 4

PostPosted: Tue Mar 31, 2009 9:19 pm    Post subject: Page Margins change when I don't want them to Reply with quote

I have set the document properties:

Code:
Document doc = new Document();
doc.DefaultPageSetup.LeftMargin = Unit.FromInch(0.75);
doc.DefaultPageSetup.MirrorMargins = true;
doc.DefaultPageSetup.TopMargin = Unit.FromInch(0.75);
...
// Add 1 section with a bunch of paragraphs...
...


and this works... for Page 1. On page 2, it seems to revert to the default margins. Am I doing something wrong?

TIA!

-mdb
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Thomas Hoevel



Joined: 16 Oct 2006
Posts: 387
Location: Cologne, Germany

PostPosted: Wed Apr 01, 2009 7:28 am    Post subject: Reply with quote

MirrorMargins means that left margin is used on right side and vice versa on even pages.

This is meant for booklets - left rather means "inner" and right means "outer" if MirrorMargins is set.

So what you want probably requires setting MirrorMargins to false and setting right and bottom margins to the same values as left and top margins respectively.
_________________
Regards
Thomas Hoevel
PDFsharp Team
Back to top
View user's profile Send private message Visit poster's website
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