次の方法で共有


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 の配列プロパティの名前とまったく同じにする必要があります。

適用対象