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 

How do we add page number to the document?

 
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
choreson



Joined: 17 Jul 2007
Posts: 12

PostPosted: Mon Jul 23, 2007 8:11 pm    Post subject: How do we add page number to the document? Reply with quote

I haven't figured out how to do this. Does the document have a ShowPageNumber property, such that we can say:

document.ShowPageNumber = true

?
Back to top
View user's profile Send private message
choreson



Joined: 17 Jul 2007
Posts: 12

PostPosted: Tue Jul 24, 2007 3:16 am    Post subject: Re: How do we add page number to the document? Reply with quote

choreson wrote:
I haven't figured out how to do this. Does the document have a ShowPageNumber property, such that we can say:

document.ShowPageNumber = true

?


Is Thomas around? Could you please give us a hint? Thanks.
Back to top
View user's profile Send private message
Thomas Hoevel



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

PostPosted: Tue Jul 24, 2007 12:44 pm    Post subject: Reply with quote

Using MigraDoc this is quite simple: your document has Headers and Footers. Add a Paragraph to the appropriate header or footer and call
Code:
par.AddPageField();

to add the current page number or call
Code:
par.AddNumPagesField();

to add the total page number.
You can even have different headers and footers for first page, even pages, and odd pages. Set the Primary header/footer to have one for all.
Headers and Footers belong to the section. Start a new section to change Headers and Footers within a document.
_________________
Regards
Thomas Hoevel
PDFsharp Team
Back to top
View user's profile Send private message Visit poster's website
choreson



Joined: 17 Jul 2007
Posts: 12

PostPosted: Tue Jul 24, 2007 1:28 pm    Post subject: Reply with quote

Thomas Hövel wrote:
Using MigraDoc this is quite simple: your document has Headers and Footers. Add a Paragraph to the appropriate header or footer and call
Code:
par.AddPageField();

to add the current page number or call
Code:
par.AddNumPagesField();

to add the total page number.
You can even have different headers and footers for first page, even pages, and odd pages. Set the Primary header/footer to have one for all.
Headers and Footers belong to the section. Start a new section to change Headers and Footers within a document.


Wonderful! Thank you so much. Let me give it a try.
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