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

Provides the entry-point for printing within an application.

PrintPageInfo

Stores formatting data for a single section of printable pages.

PrintPageRange

Describes the range of pages in a print task.

PrintPageRangeOptions

Describes the print page range options.

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

Reports the completion of the print task.

PrintTaskOptions

Represents a collection of methods and properties for managing the options which define how the content is to be printed.

PrintTaskProgressingEventArgs

Contains the event arguments for the PrintTask.Progressing event. This event is raised during the submitting phase of the PrintTask.

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

Used to defer the request for a print task.

PrintTaskRequestedEventArgs

Event arguments associated with the PrintTaskRequest.

PrintTaskSourceRequestedArgs

Arguments associated with the PrintTaskSourceRequestedHandler delegate. Provides a method for handing the content to be printed to the PrintTask.

PrintTaskSourceRequestedDeferral

Used to defer the request for a print task source.

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

Represents the data that describes a document page.

Interfaces

IPrintDocumentSource

The IPrintDocumentSource describes the source of the print document.

IPrintTaskOptionsCore

Represents the core functionality for a PrintTaskOptions object.

IPrintTaskOptionsCoreProperties

An interface with properties that provide access to the core options for a print task.

IPrintTaskOptionsCoreUIConfiguration

An interface that provides access to the core UI configuration functionality that is supported by the print task options.

Enums

PrintBinding

Specifies the print binding option.

PrintBordering

Specifies the bordering printing option.

PrintCollation

Specifies the collation option.

PrintColorMode

Specifies the color mode option.

PrintDuplex

Specifies the duplex option.

PrintHolePunch

Specifies the hole punch option.

PrintMediaSize

Specifies the media size option.

PrintMediaType

Specifies the media types for the printed output.

PrintOrientation

Specifies the orientation options for the printed output.

PrintQuality

Specifies the print quality options for the printed output.

PrintStaple

Specifies the staple options.

PrintTaskCompletion

Specifies the completion status of a print task.

Delegates

PrintTaskSourceRequestedHandler

Occurs when a print task requests the document to print. The supplied print document must implement the IPrintDocumentSource interface.

See also