Click or drag to resize

ProfileAddSupplement Method

Adds data to supplement an existing printer profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public void AddSupplement(
	byte[] supplementData
)

Parameters

supplementData
Type: SystemByte
Byte array containing the data to be used to supplement the printer profile.
Exceptions
ExceptionCondition
IOExceptionIf 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