PrintTicketConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts managed PrintTicket objects to unmanaged Graphics Device Interface (GDI) DEVMODE structures, and vice versa.
public ref class PrintTicketConverter sealed : IDisposable
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class PrintTicketConverter : IDisposable
public sealed class PrintTicketConverter : IDisposable
[<System.Runtime.InteropServices.ComVisible(false)>]
type PrintTicketConverter = class
interface IDisposable
type PrintTicketConverter = class
interface IDisposable
Public NotInheritable Class PrintTicketConverter
Implements IDisposable
- Inheritance
-
PrintTicketConverter
- Attributes
- Implements
Remarks
None of the methods of this class will validate the PrintTicket. To validate it, use MergeAndValidatePrintTicket.
Constructors
PrintTicketConverter(String, Int32) |
Initializes a new instance of the PrintTicketConverter class for the specified printer. |
Properties
MaxPrintSchemaVersion |
Gets the maximum Print Schema version that PrintTicketConverter can support. |
Methods
ConvertDevModeToPrintTicket(Byte[]) |
Converts the specified DEVMODE structure to a managed code PrintTicket. |
ConvertDevModeToPrintTicket(Byte[], PrintTicketScope) |
Converts the specified DEVMODE structure to a managed code PrintTicket that has the specified scope. |
ConvertPrintTicketToDevMode(PrintTicket, BaseDevModeType) |
Converts the specified managed PrintTicket to an unmanaged DEVMODE structure that is based on the DEVMODE structure identified by the BaseDevModeType. |
ConvertPrintTicketToDevMode(PrintTicket, BaseDevModeType, PrintTicketScope) |
Converts the specified managed code PrintTicket with the specified scope, into an unmanaged DEVMODE structure that is based on the DEVMODE structure identified by the BaseDevModeType. |
Dispose() |
Releases the resources used by the PrintTicketConverter. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
IDisposable.Dispose() |
Releases all resources used by the current instance of the PrintTicketConverter class. |