ProfileAddSupplement Method
|
Adds data to supplement an existing printer profile.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public void AddSupplement(
byte[] supplementData
)
Public Sub AddSupplement (
supplementData As Byte()
)
public:
void AddSupplement(
array<unsigned char>^ supplementData
)
Parameters
- supplementData
- Type: SystemByte
Byte array containing the data to be used to supplement the printer profile.
Exceptions Exception | Condition |
---|
IOException | If there is an error writing to the .zprofile file. |
Remarks
Any supplemental data added to a profile, upon loading the profile, will be sent to the printer
after all other profile components have been applied.
See Also