ProfileAddSupplement Method
|
Adds data to supplement an existing printer profile.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void AddSupplement(
byte[] supplementData
)
Public Sub AddSupplement (
supplementData As Byte()
)
public:
void AddSupplement(
array<unsigned char>^ supplementData
)
Parameters
- supplementData Byte
- 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