Click or drag to resize

ProfileUtilCreateProfile Method (Stream)

Create a profile of your printer's settings, alerts, and files for cloning to other printers.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
void CreateProfile(
	Stream profileDestinationStream
)

Parameters

profileDestinationStream
Type: System.IOStream
The destination stream where you want to write the profile.
Exceptions
ExceptionCondition
IOExceptionIf the output file could not be created.
ZebraIllegalArgumentExceptionCould not interpret the response from the printer.
ConnectionExceptionIf there is an error communicating with the printer.
Remarks
A profile contains setting values which can be used to clone another printer to match the original configuration. Some settings (such as I.P.address) which could conflict with the original printer will not be contained in the profile.
See Also