Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing Selected Pages?
Message
De
22/04/2010 13:39:22
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Windows Presentation Foundation (WPF)
Titre:
Printing Selected Pages?
Versions des environnements
Environment:
C# 3.0
OS:
Vista
Network:
Windows 2008 Server
Database:
VistaDB
Application:
Desktop
Divers
Thread ID:
01461534
Message ID:
01461534
Vues:
89
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform