PrintTicketProperty 생성자

정의

PrintTicketProperty 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
PrintTicketProperty(String)

지정된 속성에 대한 클래스의 PrintTicketProperty 새 인스턴스를 초기화합니다.

PrintTicketProperty(String, Object)

지정된 속성에 PrintTicketProperty 대해 지정된 값을 가진 클래스의 새 인스턴스를 초기화합니다.

PrintTicketProperty(String)

지정된 속성에 대한 클래스의 PrintTicketProperty 새 인스턴스를 초기화합니다.

public:
 PrintTicketProperty(System::String ^ attributeName);
public PrintTicketProperty(string attributeName);
new System.Printing.IndexedProperties.PrintTicketProperty : string -> System.Printing.IndexedProperties.PrintTicketProperty
Public Sub New (attributeName As String)

매개 변수

attributeName
String

나타내는 속성 PrintTicketPrintTicketProperty 이름입니다.

설명

attributeName /소문자를 포함하여 인쇄 시스템 개체의 특정 PrintTicket 속성 이름과 정확히 같은 철자가 지정되어야 합니다. 예를 들어 DefaultPrintTicket 개체의 PrintQueue 속성은 "DefaultPrintSettings" 또는 "Defaultprintticket"가 아니라 "DefaultPrintTicket"의 철자여야 합니다.

적용 대상

PrintTicketProperty(String, Object)

지정된 속성에 PrintTicketProperty 대해 지정된 값을 가진 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintTicketProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintTicketProperty(string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintTicketProperty : string * obj -> System.Printing.IndexedProperties.PrintTicketProperty
Public Sub New (attributeName As String, attributeValue As Object)

매개 변수

attributeName
String

나타내는 속성 PrintTicketPrintTicketProperty 이름입니다.

attributeValue
Object

나타내는 속성 PrintTicketProperty 의 값입니다.

설명

attributeName /소문자를 포함하여 인쇄 시스템 개체의 특정 PrintTicket 속성 이름과 정확히 같은 철자가 지정되어야 합니다. 예를 들어 DefaultPrintTicket 개체의 PrintQueue 속성은 "DefaultPrintSettings" 또는 "Defaultprintticket"가 아니라 "DefaultPrintTicket"의 철자여야 합니다.

적용 대상