CsvPrinterPrint(Stream, String, String, Stream) Method
|
Print template formats using comma separated values as input data.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static void Print(
Stream sourceDataStream,
string templateFilename,
string defaultQuantityString,
Stream outputDataStream
)
Public Shared Sub Print (
sourceDataStream As Stream,
templateFilename As String,
defaultQuantityString As String,
outputDataStream As Stream
)
public:
static void Print(
Stream^ sourceDataStream,
String^ templateFilename,
String^ defaultQuantityString,
Stream^ outputDataStream
)
Parameters
- sourceDataStream Stream
- The source stream containing the CSV data.
- templateFilename String
- The template to merge the CSV data to.
- defaultQuantityString String
- The quantity, if not specified in the data.
- outputDataStream Stream
- Optional stream to send data to.
Exceptions See Also