ProfileUtilCreateProfile(Stream) 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(
Stream profileDestinationStream
)
Sub CreateProfile (
profileDestinationStream As Stream
)
void CreateProfile(
Stream^ profileDestinationStream
)
Parameters
- profileDestinationStream Stream
- The destination stream where you want to write 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 Also