Sdílet prostřednictvím


PrintByteArrayProperty Konstruktory

Definice

Inicializuje novou instanci PrintByteArrayProperty třídy .

Přetížení

PrintByteArrayProperty(String)

Inicializuje novou instanci PrintByteArrayProperty třídy pro zadaný atribut.

PrintByteArrayProperty(String, Object)

Inicializuje novou instanci PrintByteArrayProperty třídy, která má zadanou hodnotu pro zadaný atribut.

PrintByteArrayProperty(String)

Inicializuje novou instanci PrintByteArrayProperty třídy pro zadaný atribut.

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)

Parametry

attributeName
String

Název vlastnosti, což je pole typu Byte, které PrintByteArrayProperty představuje.

Poznámky

Hodnota attributeName by měla být napsaná přesně stejně jako název určité Byte vlastnosti pole objektu tiskového systému, včetně použití malých a malých a malých.

Platí pro

PrintByteArrayProperty(String, Object)

Inicializuje novou instanci PrintByteArrayProperty třídy, která má zadanou hodnotu pro zadaný atribut.

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)

Parametry

attributeName
String

Název vlastnosti, což je pole typu Byte, které PrintByteArrayProperty představuje.

attributeValue
Object

Hodnota vlastnosti, kterou PrintByteArrayProperty představuje.

Poznámky

Hodnota attributeName by měla být napsaná přesně stejně jako název určité Byte vlastnosti pole objektu tiskového systému, včetně použití malých a malých a malých.

Platí pro