PrintTicketConverter 클래스

정의

관리되는 PrintTicket 개체를 관리되지 않는 GDI(그래픽 디바이스 인터페이스) DEVMODE 구조로, 또는 그 반대로 변환합니다.

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
상속
PrintTicketConverter
특성
구현

설명

이 클래스의 메서드 중 어느 것도 의 유효성을 검사하지 PrintTicket않습니다. 유효성을 검사하려면 를 사용합니다 MergeAndValidatePrintTicket.

생성자

PrintTicketConverter(String, Int32)

지정한 프린터의 새 PrintTicketConverter 클래스 인스턴스를 초기화합니다.

속성

MaxPrintSchemaVersion

PrintTicketConverter에서 지원할 수 있는 최대 인쇄 스키마 버전을 가져옵니다.

메서드

ConvertDevModeToPrintTicket(Byte[])

지정한 DEVMODE 구조를 관리되는 코드 PrintTicket으로 변환합니다.

ConvertDevModeToPrintTicket(Byte[], PrintTicketScope)

지정한 DEVMODE 구조를 지정된 범위를 갖는 관리되는 코드 PrintTicket으로 변환합니다.

ConvertPrintTicketToDevMode(PrintTicket, BaseDevModeType)

지정된 관리되는 PrintTicketBaseDevModeType에서 식별한 DEVMODE 구조체를 기초로 하는 관리되지 않는 DEVMODE 구조체로 변환합니다.

ConvertPrintTicketToDevMode(PrintTicket, BaseDevModeType, PrintTicketScope)

지정된 범위의 지정된 관리되는 코드 PrintTicketBaseDevModeType에서 식별한 DEVMODE 구조체를 기초로 하는 관리되지 않는 DEVMODE 구조체로 변환합니다.

Dispose()

PrintTicketConverter에서 사용하는 리소스를 해제합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

IDisposable.Dispose()

PrintTicketConverter 클래스의 현재 인스턴스에서 사용하는 모든 리소스를 해제합니다.

적용 대상