Aspose::Pdf::Facades::Form::FillFields method
Form::FillFields method
Fills the text box fields with a text values and save the document. Relevant for signed documents. Notice: Only be applied to Text Box. Both the fields’ name and values are case sensitive.
bool Aspose::Pdf::Facades::Form::FillFields(const System::ArrayPtr<System::String> &fieldNames, const System::ArrayPtr<System::String> &fieldValues, System::SharedPtr<System::IO::Stream> &output)
| Parameter | Type | Description |
|---|---|---|
| fieldNames | const System::ArrayPtr<System::String>& | Names of fields. |
| fieldValues | const System::ArrayPtr<System::String>& | New values of the fields. |
| output | System::SharedPtr<System::IO::Stream>& | Stream where document will be saved. |
ReturnValue
true if fields was found and successfully filled.
See Also
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Stream
- Class Form
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++