SetTableBorderWidth
Page layout
Description
Sets the width of the specified table border.
Syntax
Delphi
function TPDFlib.SetTableBorderWidth(TableID, BorderIndex: Integer; NewWidth: Double): Integer;ActiveX
Function PDFlib::SetTableBorderWidth(TableID As Long, BorderIndex As Long, NewWidth As Double) As LongDLL
int DLSetTableBorderWidth(int InstanceID, int TableID, int BorderIndex, double NewWidth);Parameters
| TableID | A TableID returned by the CreateTable function 0 = All borders 1 = Left 2 = Top 3 = Right 4 = Bottom |
|---|---|
| BorderIndex | |
| NewWidth | The new width of the specified table border |