System.Printing.Interop Namespace

Provides interconversion of managed PrintTicket objects and unmanaged Graphics Device Interface (GDI) DEVMODE structures.

Classes

PrintTicketConverter

Converts managed PrintTicket objects to unmanaged Graphics Device Interface (GDI) DEVMODE structures, and vice versa.

Enums

BaseDevModeType

Specifies the type of default DEVMODE structure to use as the base DEVMODE for conversions of managed PrintTicket objects to unmanaged DEVMODE structures.

Remarks

This namespace is part of the enhanced printing services provided with Windows Presentation Foundation. Managed code developers using Windows Forms must use the APIs in the System.Drawing.Printing namespace.

See also