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数组属性的名称完全相同,包括大小写。

适用于