다음을 통해 공유


PrintProcessorProperty 생성자

정의

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

오버로드

Name Description
PrintProcessorProperty(String)

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

PrintProcessorProperty(String, Object)

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

PrintProcessorProperty(String)

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

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

매개 변수

attributeName
String

PrintProcessorProperty 변환된 값입니다.

설명

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

적용 대상

PrintProcessorProperty(String, Object)

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

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

매개 변수

attributeName
String

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

attributeValue
Object

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

설명

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

적용 대상