PrintByteArrayProperty Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PrintByteArrayProperty.

Przeciążenia

PrintByteArrayProperty(String)

Inicjuje PrintByteArrayProperty nowe wystąpienie klasy dla określonego atrybutu.

PrintByteArrayProperty(String, Object)

Inicjuje PrintByteArrayProperty nowe wystąpienie klasy, która ma określoną wartość dla określonego atrybutu.

PrintByteArrayProperty(String)

Inicjuje PrintByteArrayProperty nowe wystąpienie klasy dla określonego atrybutu.

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

Nazwa właściwości, która jest tablicą typu Byte, która PrintByteArrayProperty reprezentuje.

Uwagi

Powinna attributeName być wpisana dokładnie tak samo jak nazwa określonej Byte właściwości tablicy obiektu systemu wydruku, w tym wielkości liter.

Dotyczy

PrintByteArrayProperty(String, Object)

Inicjuje PrintByteArrayProperty nowe wystąpienie klasy, która ma określoną wartość dla określonego atrybutu.

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

Nazwa właściwości, która jest tablicą typu Byte, która PrintByteArrayProperty reprezentuje.

attributeValue
Object

Wartość właściwości, którą PrintByteArrayProperty reprezentuje.

Uwagi

Powinna attributeName być wpisana dokładnie tak samo jak nazwa określonej Byte właściwości tablicy obiektu systemu wydruku, w tym wielkości liter.

Dotyczy