.NET Framework Class Library
PrintTicketConverter Class
Converts managed PrintTicket objects to unmanaged Graphics Device Interface (GDI) DEVMODE structures, and vice versa.
Assembly: ReachFramework (in ReachFramework.dll)
Syntax
Visual Basic (Declaration)
<ComVisibleAttribute(False)> _ Public NotInheritable Class PrintTicketConverter _ Implements IDisposable
Visual Basic (Usage)
Dim instance As PrintTicketConverter
C#
[ComVisibleAttribute(false)] public sealed class PrintTicketConverter : IDisposable
Visual C++
[ComVisibleAttribute(false)] public ref class PrintTicketConverter sealed : IDisposable
JScript
public final class PrintTicketConverter implements IDisposable
XAML
You cannot directly create an instance of this class in XAML.
Remarks
None of the methods of this class will validate the PrintTicket. To validate it, use MergeAndValidatePrintTicket.
Inheritance Hierarchy
System.Object
System.Printing.Interop.PrintTicketConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.5, 3.0See Also