method

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

Generates and saves complex barcode image under current settings.

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

See Also

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

Generates and saves complex barcode image under current settings.

void Aspose::BarCode::ComplexBarcode::ComplexBarcodeGenerator::Save(System::String filename, Generation::BarCodeImageFormat format)
ParameterTypeDescription
filenameSystem::StringPath to save to.
formatGeneration::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