Windows.Graphics.Printing
Windows.Graphics.Printing
Windows.Graphics.Printing
Windows.Graphics.Printing
Namespace
Contains the classes, interfaces, structures and other components that are used by the print driver and by the Windows print system to create and manipulate documents.
Classes
| PrintManager PrintManager PrintManager PrintManager |
Informs Windows that an application wishes to participate in printing. The PrintManager class is also used for programmatically initiating printing. |
| PrintPageInfo PrintPageInfo PrintPageInfo PrintPageInfo |
Stores formatting data for a single section of printable pages. |
| PrintTask PrintTask PrintTask PrintTask |
Represents a printing operation including the content to be printed, as well as providing access to information describing how the content is to be printed. |
| PrintTaskCompletedEventArgs PrintTaskCompletedEventArgs PrintTaskCompletedEventArgs PrintTaskCompletedEventArgs |
Reports the completion of the print task. |
| PrintTaskOptions PrintTaskOptions PrintTaskOptions PrintTaskOptions |
Represents a collection of methods and properties for managing the options which define how the content is to be printed. |
| PrintTaskProgressingEventArgs PrintTaskProgressingEventArgs PrintTaskProgressingEventArgs PrintTaskProgressingEventArgs |
Contains the event arguments for the PrintTask.Progressing event. This event is raised during the submitting phase of the PrintTask. |
| PrintTaskRequest PrintTaskRequest PrintTaskRequest PrintTaskRequest |
Contains the request from the system to create a print task. This object is available from the PrintTaskRequestedEventArgs object passed to the PrintTaskRequested event. |
| PrintTaskRequestedDeferral PrintTaskRequestedDeferral PrintTaskRequestedDeferral PrintTaskRequestedDeferral |
Used to defer the request for a print task. |
| PrintTaskRequestedEventArgs PrintTaskRequestedEventArgs PrintTaskRequestedEventArgs PrintTaskRequestedEventArgs |
Event arguments associated with the PrintTaskRequest. |
| PrintTaskSourceRequestedArgs PrintTaskSourceRequestedArgs PrintTaskSourceRequestedArgs PrintTaskSourceRequestedArgs |
Arguments associated with the PrintTaskSourceRequestedHandler delegate. Provides a method for handing the content to be printed to the Print Task. |
| PrintTaskSourceRequestedDeferral PrintTaskSourceRequestedDeferral PrintTaskSourceRequestedDeferral PrintTaskSourceRequestedDeferral |
Used to defer the request for a print task source. |
| StandardPrintTaskOptions StandardPrintTaskOptions StandardPrintTaskOptions StandardPrintTaskOptions |
Provides access to the canonical names for the options represented by the PrintTaskOptions class. You can use the StandardPrintTaskOptions class to identify print options displayed in the user experience or to retrieve specific options using the PrintTaskOptionDetails class. |
Structs
| PrintPageDescription PrintPageDescription PrintPageDescription PrintPageDescription |
Represents the data that describes a document page. |
Interfaces
| IPrintDocumentSource IPrintDocumentSource IPrintDocumentSource IPrintDocumentSource |
Initialized when a print task is initialized for the print system. |
| IPrintTaskOptionsCore IPrintTaskOptionsCore IPrintTaskOptionsCore IPrintTaskOptionsCore |
Represents the core functionality for a PrintTaskOptions object. |
| IPrintTaskOptionsCoreProperties IPrintTaskOptionsCoreProperties IPrintTaskOptionsCoreProperties IPrintTaskOptionsCoreProperties |
An interface with properties that provide access to the core options for a print task. |
| IPrintTaskOptionsCoreUIConfiguration IPrintTaskOptionsCoreUIConfiguration IPrintTaskOptionsCoreUIConfiguration IPrintTaskOptionsCoreUIConfiguration |
An interface that provides access to the core UI configuration functionality that is supported by the print task options. |
Enums
Delegates
| PrintTaskSourceRequestedHandler PrintTaskSourceRequestedHandler PrintTaskSourceRequestedHandler PrintTaskSourceRequestedHandler |
Occurs when a print task requests the document to print. The supplied print document must implement the IPrintDocumentSource interface. |