Click or drag to resize

PrinterUtilCreateProfile Method

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
public static void CreateProfile(
	string connectionString,
	string profilePath
)

Parameters

connectionString
Type: SystemString
The connection string.
profilePath
Type: SystemString
The location of where to store the profile.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error connecting to the device.
ZebraPrinterLanguageUnknownExceptionIf the printer language could not be determined.
IOExceptionIf there is an issue creating the profile.
ZebraIllegalArgumentExceptionCould not interpret the response from the printer.
NotALinkOsPrinterExceptionThis feature is only available on Link-OS™ printers.
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 ConnectionBuilder for the format of connectionString.
See Also