Aspose::Pdf::Forms::TextBoxField::AddBarcode method

TextBoxField::AddBarcode method

Adds barcode 128 into the field. Field value will be changed onto the code and field become read only.

void Aspose::Pdf::Forms::TextBoxField::AddBarcode(System::String code)
ParameterTypeDescription
codeSystem::StringThe text to generate barcode 128.

See Also