PrintByteArrayProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PrintByteArrayProperty class.
Overloads
PrintByteArrayProperty(String) |
Initializes a new instance of the PrintByteArrayProperty class for the specified attribute. |
PrintByteArrayProperty(String, Object) |
Initializes a new instance of the PrintByteArrayProperty class that has the specified value for the specified attribute. |
PrintByteArrayProperty(String)
Initializes a new instance of the PrintByteArrayProperty class for the specified attribute.
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)
Parameters
- attributeName
- String
The name of the property, which is an array of type Byte, that the PrintByteArrayProperty represents.
Remarks
The attributeName
should be spelled exactly the same as the name of some particular Byte array property of a print system object, including casing.
Applies to
PrintByteArrayProperty(String, Object)
Initializes a new instance of the PrintByteArrayProperty class that has the specified value for the specified attribute.
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)
Parameters
- attributeName
- String
The name of the property, which is an array of type Byte, that the PrintByteArrayProperty represents.
- attributeValue
- Object
The value of the property that the PrintByteArrayProperty represents.
Remarks
The attributeName
should be spelled exactly the same as the name of some particular Byte array property of a print system object, including casing.