Overload List
| Name | Description | |
|---|---|---|
| SaveEps(Stream, Encoding) |
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format.
| |
| SaveEps(String, Encoding) |
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format.
| |
| SaveEps(Stream, Encoding, EpsCmykBarcodeColors) |
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format with CMYK color space.
| |
| SaveEps(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.
| |
| SaveEps(String, Encoding, EpsCmykBarcodeColors) |
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format with CMYK color space.
| |
| SaveEps(String, Encoding, SizeF) |
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format and fitting the bars into the specified size.
| |
| SaveEps(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.
| |
| SaveEps(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.
|