다음을 통해 공유


PrintByteArrayProperty 생성자

정의

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

오버로드

PrintByteArrayProperty(String)

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

PrintByteArrayProperty(String, Object)

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

PrintByteArrayProperty(String)

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

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

매개 변수

attributeName
String

Byte가 나타내는 PrintByteArrayProperty 형식의 배열인 속성 이름입니다.

설명

합니다 attributeName 철자를 다 써야 몇 가지 특정 이름의와 똑같이 Byte 배열 대/소문자를 포함 하 여 인쇄 시스템 개체의 속성입니다.

적용 대상

PrintByteArrayProperty(String, Object)

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

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

매개 변수

attributeName
String

Byte가 나타내는 PrintByteArrayProperty 형식의 배열인 속성 이름입니다.

attributeValue
Object

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

설명

합니다 attributeName 철자를 다 써야 몇 가지 특정 이름의와 똑같이 Byte 배열 대/소문자를 포함 하 여 인쇄 시스템 개체의 속성입니다.

적용 대상