Partager via


PrintByteArrayProperty Constructeurs

Définition

Initialise une nouvelle instance de la classe PrintByteArrayProperty.

Surcharges

PrintByteArrayProperty(String)

Initialise une nouvelle instance de la classe PrintByteArrayProperty pour l'attribut spécifié.

PrintByteArrayProperty(String, Object)

Initialise une nouvelle instance de la classe PrintByteArrayProperty qui a la valeur spécifiée pour l'attribut spécifié.

PrintByteArrayProperty(String)

Initialise une nouvelle instance de la classe PrintByteArrayProperty pour l'attribut spécifié.

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)

Paramètres

attributeName
String

Nom de la propriété, qui est un tableau de type Byte, représenté par PrintByteArrayProperty.

Remarques

Le attributeName doit être orthographié exactement comme le nom d’une propriété de tableau particulière Byte d’un objet système d’impression, y compris la casse.

S’applique à

PrintByteArrayProperty(String, Object)

Initialise une nouvelle instance de la classe PrintByteArrayProperty qui a la valeur spécifiée pour l'attribut spécifié.

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)

Paramètres

attributeName
String

Nom de la propriété, qui est un tableau de type Byte, représenté par PrintByteArrayProperty.

attributeValue
Object

Valeur de la propriété que PrintByteArrayProperty représente.

Remarques

Le attributeName doit être orthographié exactement comme le nom d’une propriété de tableau particulière Byte d’un objet système d’impression, y compris la casse.

S’applique à