ProfileUtilCreateProfile Method (Stream)
             | 
          
        
         
            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
Syntaxvoid CreateProfile(
	Stream profileDestinationStream
)
Sub CreateProfile ( 
	profileDestinationStream As Stream
)
void CreateProfile(
	Stream^ profileDestinationStream
)
Parameters
- profileDestinationStream
 - Type: System.IOStream
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