BarcodeProfessional SaveEps Method Neodynamic Barcode Professional SDK for .NET Class Reference
Overload List

  NameDescription
Public methodSaveEps(Stream, Encoding)
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format.
Public methodSaveEps(String, Encoding)
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format.
Public methodSaveEps(Stream, Encoding, EpsCmykBarcodeColors)
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format with CMYK color space.
Public methodSaveEps(Stream, Encoding, SizeF)
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format and fitting the bars into the specified size.
Public methodSaveEps(String, Encoding, EpsCmykBarcodeColors)
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format with CMYK color space.
Public methodSaveEps(String, Encoding, SizeF)
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format and fitting the bars into the specified size.
Public methodSaveEps(Stream, Encoding, EpsCmykBarcodeColors, SizeF)
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format with CMYK color space and fitting the bars into the specified size.
Public methodSaveEps(String, Encoding, EpsCmykBarcodeColors, SizeF)
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format with CMYK color space and fitting the bars into the specified size.
Back to Top
See Also