ProfileDownloadTtfFont Method (Stream, String)
             | 
          
        
         
            Adds a TrueType® font file to a profile and stores it at the specified path as a TTF.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic void DownloadTtfFont(
	Stream sourceInputStream,
	string pathOnPrinter
)
Public Sub DownloadTtfFont ( 
	sourceInputStream As Stream,
	pathOnPrinter As String
)
public:
virtual void DownloadTtfFont(
	Stream^ sourceInputStream, 
	String^ pathOnPrinter
) sealed
Parameters
- sourceInputStream
 - Type: System.IOStream
Input Stream containing the font data. - pathOnPrinter
 - Type: SystemString
Location to save the font file in the profile. 
Implements
FontUtilDownloadTtfFont(Stream, String)
Exceptions
See Also