ProfileUtilLoadProfile Method (String)
|
Takes settings, alerts, and files from a profile, and applies them to a printer.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax void LoadProfile(
string pathToProfile
)
Sub LoadProfile (
pathToProfile As String
)
void LoadProfile(
String^ pathToProfile
)
Parameters
- pathToProfile
- Type: SystemString
Path to the profile to load. (e.g. /home/user/profile.zprofile)
Exceptions Exception | Condition |
---|
IOException | If the profile does not exist or could not be read. |
ConnectionException | If there is an error communicating with the printer. |
See Also