PrinterUtilCreateProfile Method
|
Create a profile of your printer's settings, alerts, and files for cloning to other printers.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static void CreateProfile(
string connectionString,
string profilePath
)
Public Shared Sub CreateProfile (
connectionString As String,
profilePath As String
)
public:
static void CreateProfile(
String^ connectionString,
String^ profilePath
)
Parameters
- connectionString String
- The connection string.
- profilePath String
- The location of where to store the profile.
Exceptions 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