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 LongDLL
int DLRemoveFormFieldBackgroundColor(int InstanceID, int Index);Parameters
| Index | The index of the form field |
|---|
Return values
| 0 | The Index parameter was incorrect |
|---|---|
| 1 | Success |