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(System::String fieldName, System::String data)
ParameterTypeDescription
fieldNameSystem::StringThe fully qualified field name.
dataSystem::StringThe new barcode value.

ReturnValue

If filling succeed, return true; otherwise, false.

See Also