'Declaration Public Overloads Sub SaveBarcodeAsImage( _
ByVal streamThe stream, where barcode image must be saved.As System.IO.Stream, _
ByVal codecNameThe image format in which barcode image must be saved.As String _
)
public void SaveBarcodeAsImage(
System.IO.Stream stream,
string codecName
)
public: void SaveBarcodeAsImage(
System.IO.Stream* stream,
string* codecName
)
public:
void SaveBarcodeAsImage(
System.IO.Stream^ stream,
string^ codecName
)
Parameters
- stream
- The stream, where barcode image must be saved.
- codecName
- The image format in which barcode image must be saved.