Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing Selected Pages?
Message
From
22/04/2010 13:39:22
Antonio Llano
Inmollano S.L.
Getxo, Spain
 
 
To
All
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Title:
Printing Selected Pages?
Environment versions
Environment:
C# 3.0
OS:
Vista
Network:
Windows 2008 Server
Database:
VistaDB
Application:
Desktop
Miscellaneous
Thread ID:
01461534
Message ID:
01461534
Views:
90
I´m in the way of printing an Xps document. When I select some pages in the PrintDialog it prints all the document, not the selected pages:
                    XpsDocument document = new XpsDocument(tempFile, FileAccess.ReadWrite);
                    FixedDocumentSequence sequence = document.GetFixedDocumentSequence();                  
                    dialog.PrintDocument(sequence.DocumentPaginator, info);
Any Idea?

Thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform