Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::set_BarcodeType method

HIBCLICComplexCodetext::set_BarcodeType method

Sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC.

void Aspose::BarCode::ComplexBarcode::HIBCLICComplexCodetext::set_BarcodeType(System::SharedPtr<Aspose::BarCode::Generation::BaseEncodeType> value)
ParameterTypeDescription
valueSystem::SharedPtr<Aspose::BarCode::Generation::BaseEncodeType>Barcode type.

See Also