Click or drag to resize

ProfileDownloadTtfFont(Stream, String) Method

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: 3.0.3271
Syntax
public void DownloadTtfFont(
	Stream sourceInputStream,
	string pathOnPrinter
)

Parameters

sourceInputStream  Stream
Input Stream containing the font data.
pathOnPrinter  String
Location to save the font file in the profile.

Implements

FontUtilDownloadTtfFont(Stream, String)
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also