Aspose::Pdf::Facades::Form::FillBarcodeField method

Form::FillBarcodeField method

Fill a barcode field according to its fully qualified field name.

bool Aspose::Pdf::Facades::Form::FillBarcodeField(const System::String &fieldName, const System::String &data)
ParameterTypeDescription
fieldNameconst System::String&The fully qualified field name.
dataconst System::String&The new barcode value.

ReturnValue

If filling succeed, return true; otherwise, false.

See Also