Aspose::BarCode::ComplexBarcode::HIBCPASCodetext::set_BarcodeType method

HIBCPASCodetext::set_BarcodeType method

Sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS.

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

See Also