BarcodeProfessional SaveEps Method (Stream, Encoding)Neodynamic Barcode Professional SDK for .NET Class Reference
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
Syntax

public void SaveEps(
	Stream stream,
	Encoding encoding
)

Parameters

stream
Type: OnlineSystem.IO Stream
The Stream object to which to save this barcode.
encoding
Type: OnlineSystem.Text Encoding
The Encoding object used for writing the stream object.
See Also