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