Aspose::BarCode::Generation::BarcodeGenerator::Save method

BarcodeGenerator::Save(System::SharedPtr<System::IO::Stream>, BarCodeImageFormat) method

Save barcode image to stream in specific format.

void Aspose::BarCode::Generation::BarcodeGenerator::Save(System::SharedPtr<System::IO::Stream> stream, BarCodeImageFormat format)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>Output System.IO.Stream.
formatBarCodeImageFormatSpecifies the file format of the output image.

See Also

BarcodeGenerator::Save(System::String) method

Save barcode image to specific file.

void Aspose::BarCode::Generation::BarcodeGenerator::Save(System::String filename)
ParameterTypeDescription
filenameSystem::StringPath to save to.

See Also

BarcodeGenerator::Save(System::String, BarCodeImageFormat) method

Save barcode image to specific file in specific format.

void Aspose::BarCode::Generation::BarcodeGenerator::Save(System::String filename, BarCodeImageFormat format)
ParameterTypeDescription
filenameSystem::StringPath to save to.
formatBarCodeImageFormatSpecifies the file format of the output image.

See Also