PrintDialog.PrintDocument(DocumentPaginator, String) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee wordt een DocumentPaginator object afgedrukt op het PrintQueue object dat momenteel is geselecteerd.
public:
void PrintDocument(System::Windows::Documents::DocumentPaginator ^ documentPaginator, System::String ^ description);
[System.Security.SecurityCritical]
public void PrintDocument(System.Windows.Documents.DocumentPaginator documentPaginator, string description);
public void PrintDocument(System.Windows.Documents.DocumentPaginator documentPaginator, string description);
[<System.Security.SecurityCritical>]
member this.PrintDocument : System.Windows.Documents.DocumentPaginator * string -> unit
member this.PrintDocument : System.Windows.Documents.DocumentPaginator * string -> unit
Public Sub PrintDocument (documentPaginator As DocumentPaginator, description As String)
Parameters
- documentPaginator
- DocumentPaginator
Het DocumentPaginator object dat moet worden afgedrukt.
- description
- String
Een beschrijving van de taak die moet worden afgedrukt. Deze tekst wordt weergegeven in de gebruikersinterface (UI) van de printer.
- Kenmerken
Uitzonderingen
documentPaginator is null.