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: 3.0.3271
Syntax
public void AddSupplement(
	byte[] supplementData
)

Parameters

supplementData  Byte
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