ProfileUtilCreateProfile(String) 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 void CreateProfile(
string pathToOutputFile
)
Sub CreateProfile (
pathToOutputFile As String
)
void CreateProfile(
String^ pathToOutputFile
)
Parameters
- pathToOutputFile String
- Path on your local machine where you want to save the profile.
(e.g. /home/user/profile.zprofile). The extension must be.zprofile; if it is not, the method will
change it to .zprofile for you.
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 Also