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)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | The fully qualified field name. |
| data | const System::String& | The new barcode value. |
ReturnValue
If filling succeed, return true; otherwise, false.
See Also
- Class String
- Class Form
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++