Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::Save method

ComplexBarcodeGenerator::Save(System::SharedPtr<System::IO::Stream>, Aspose::BarCode::Generation::BarCodeImageFormat) method

Generates and saves complex barcode image under current settings.

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

See Also

ComplexBarcodeGenerator::Save(System::String) method

Generates and saves complex barcode image under current settings.

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

See Also

ComplexBarcodeGenerator::Save(System::String, Aspose::BarCode::Generation::BarCodeImageFormat) method

Generates and saves complex barcode image under current settings.

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

See Also