Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8264557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T04:30:07+00:00 2026-06-08T04:30:07+00:00

I have a printdocument and with it I want to print first page –

  • 0

I have a printdocument and with it I want to print first page – title or cover page. Then, everything else on the next page.

I am able to successfully create the printDocument control and link its printpage event with my method.

It prints. However, I actually want to print cover page for my print out. I keep staring at my code but can’t come up with one solution that fits all.

I either have to have a separate printDocument just for title page and another printDocument for everything else with their own printPage event or have if else block within printpage event for title page and everthing else.

So, how would you do it?
An example would be greatly appreciated.

Thanks,

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T04:30:11+00:00Added an answer on June 8, 2026 at 4:30 am

    Off the top of my head:

    // set to false before calling PrintDocument.Print()
    bool firstPagePrinted = false;
    private void printdocument_PrintPage(object sender, PringPageEventArgs e)
    {
      if(!firstPagePrinted)
      {
        // TODO: whatever you want
        e.Graphics.DrawString("Header page", printFont, 
          Brushes.Black, e.MarginBounds.left, e.MarginBounds.Top, new StringFormat();
        firstPagePrinted = true;
        e.HasMorePage = true;
      }
      // do 2nd and subsequent pages here...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have successfully implemented printing and print preview for my app using the PrintDocument,
I want to be able to print images with other UIElements. I have a
I want to print the content of my RichTextBox (eintragRichTextBox) I have now this
I have a timetable in memory, and need to be able to print it
I have a PrintDocument that has several pages. One page in that document must
I have a Winforms application that generates its own PrintDocument object for printing. It
have a problem. At first look at this HTML <div id=map style=background-image: url(map.png); width:
have 2 questions : A computer with 32-bit address uses 2-level page table (9
I have a PCL file that I generated using print to file. What's the
I have a products page list and i am exporting it to a word

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.