Tech
Forums
Jobs
Books
Events
Videos
Conference
Annual Conference
Bcrypt
Ai Conference
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Reply
How to print XAML multiple pages in silver light
Ask a question
Ask a question
Upload Source Code:
Select only zip and rar file.
Jasheer
7y
250
1
Reply
Hi,
I want to print a user control, one user control contain multiple pages
I found many solution for PrintDocument in Silverlight but it print only first page .
My code is like,
void btnPrint_Click(object sender, RoutedEventArgs e)
{
PrintDocument pd = new PrintDocument();
pd.PrintPage += new System.EventHandler<PrintPageEventArgs>(pd_PrintPage);
pd.Print("Print Screen Content");
}
void pd_PrintPage(object sender,PrintPageEventArgs e)
{
e.PageVisual = scrollViewer2;
e.HasMorePages = true;
}
When i add e.HasMorePages = true that time it will going to infinite loop and does not print.
How to print a multiple pages. Please help
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Registration Form Display mobile device using bootstrap
Hw cn insert commt,if txtbx btn r in datalist