Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts a real value into the PDF file.
Syntax
protected void addRealWithSign(
PDFFiller _pdfFiller,
str _fieldValue,
str _fieldSign,
real _value)
Run On
Called
Parameters
- _pdfFiller
Type: PDFFiller Class
An instance of the PDFFiller class.
- _fieldValue
Type: str
The field value of the FDF file.
- _fieldSign
Type: str
The field value for the sign.
- _value
Type: real
The real value of the corresponding field.