PrintByteArrayProperty 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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數位屬性的名稱完全相同,包括大小寫。