RemoveFormFieldBackgroundColor
Form fields
Description
Removes the form field's background color entry
Syntax
Delphi
Function TPDFlib.RemoveFormFieldBackgroundColor(Index: Integer): Integer;
ActiveX
Function PDFlib::RemoveFormFieldBackgroundColor(Index As Long) As Long
DLL
int DLRemoveFormFieldBackgroundColor(int InstanceID, int Index);
Parameters
| Index | The index of the form field |
|---|
Return values
| 0 | The Index parameter was incorrect |
|---|---|
| 1 | Success |